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
That max/min line is the culprit, or where it errors out.
This only occurs when no results are found from the first initial search if no results are found. If the initial search yields results and I narrow down those results further in the facets until there are no results I don't get an error. I am using this for a "year" field. Has anyone else encountered this? Is more information needed?
The text was updated successfully, but these errors were encountered:
When no results are returned, I get a NoMethodError, specifically "NoMethodError in Catalog#index" for the following line of code:
`(params["range"] && params["range"][solr_field]) ||
That max/min line is the culprit, or where it errors out.
This only occurs when no results are found from the first initial search if no results are found. If the initial search yields results and I narrow down those results further in the facets until there are no results I don't get an error. I am using this for a "year" field. Has anyone else encountered this? Is more information needed?
The text was updated successfully, but these errors were encountered: