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

An empty search with limited only by date range fails to show constraints #2484

Closed
jkeck opened this issue Jun 24, 2020 · 0 comments · Fixed by #2720
Closed

An empty search with limited only by date range fails to show constraints #2484

jkeck opened this issue Jun 24, 2020 · 0 comments · Fixed by #2720
Labels

Comments

@jkeck
Copy link
Contributor

jkeck commented Jun 24, 2020

This appears to be due to an incompatibility between the Range Limit and Advanced Search plugins (and which query_has_constraints? gets used).

A potential solution is to override query_has_constraints? in our CatalogController and populate it with code that can handle the needs of both features.

There have been known friction with the using both of these gems simultaneously for some time (e.g. projectblacklight/blacklight_range_limit#5 and projectblacklight/blacklight_range_limit#58). Note that projectblacklight/blacklight_range_limit#5 describes this very issue but we tried the includes in the order described in that issue and it didn't appear to help, so not entirely sure if there is more going on here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant