You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NameError (undefined local variable or method `solr_parameters' for #<SearchBuilder:[...]
add_solr_facet_json_params(solr_parameters, facet, facet_config, limit: limit + 1, offset: offset, sort: sort, prefix: prefix)
^^^^^^^^^^^^^^^
Did you mean? solr_params):
/Users/sandbergj/repos/blacklight/lib/blacklight/solr/search_builder_behavior.rb:264:in `add_facet_paging_to_solr'
[...]
I suspect that the "Did you mean" is correct, solr_parameters should be solr_params, although just making that change does not actually cause the facet values to show up for me.
The text was updated successfully, but these errors were encountered:
Steps to recreate
Error message
I suspect that the "Did you mean" is correct,
solr_parameters
should besolr_params
, although just making that change does not actually cause the facet values to show up for me.The text was updated successfully, but these errors were encountered: