Skip to content

Commit

Permalink
Fix the rdocs for the arguments received by the filter_query_builder …
Browse files Browse the repository at this point in the history
…proc
  • Loading branch information
cbeer authored and bess committed Mar 16, 2022
1 parent a4131f8 commit 3125197
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3125197

Please sign in to comment.