Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the rdocs for the arguments received by the filter_query_builder proc #2624

Merged
merged 1 commit into from Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/blacklight/configuration/facet_field.rb
Expand Up @@ -45,7 +45,7 @@ class Configuration::FacetField < Blacklight::Configuration::Field
# @!attribute pivot
# @return []
# @!attribute filter_query_builder
# @return [nil, #call] a Proc (or other object responding to #call) that receives as parameters: 1) the search builder, 2) this facet config
# @return [nil, #call] a Proc (or other object responding to #call) that receives as parameters: 1) the search builder, 2) the Blacklight::FilterField instance
# and 3) the solr parameters hash. The Proc returns a string suitable for e.g. Solr's fq parameter, or a 2-element array of the string and a hash of additional
# parameters to include with the query (i.e. for referenced subqueries); note that implementations are responsible for ensuring
# the additional parameter keys are unique.
Expand Down