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

If you omit the start or end date, the search is not filtered. #235

Open
eddierubeiz opened this issue May 19, 2023 · 1 comment
Open

If you omit the start or end date, the search is not filtered. #235

eddierubeiz opened this issue May 19, 2023 · 1 comment

Comments

@eddierubeiz
Copy link

Start with a standard-issue test site with recent versions of blacklight and blacklight_range_limit:

gem 'blacklight', "= 7.32.0"
gem "blacklight_range_limit", "=8.2.3"

Scenario

Expected behavior

  • I expect the range facet dropdown to stay open;
  • I expect a histogram showing results between 1941 and 2000;
  • I expect to see results filtered according to those dates.

I believe BLR showed the expected behavior until version 8.1.0, at the earliest.

Actual behavior

  • I'm redirected a page that looks identical to the root of the test website;
  • No results are shown;
  • The range facet dropdown is closed;
  • Opening it, the range dates are reset to 1941 and 2008.

I believe BLR started showing the current behavior starting with version 8.2.2, at the latest.

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

No branches or pull requests

1 participant