projectblacklight / blacklight_range_limit

Range facet/limit/profile plugin for Blacklight
http://github.com/projectblacklight/blacklight_range_limit
Other
20 stars 41 forks source link

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

Open eddierubeiz opened 1 year ago

eddierubeiz commented 1 year ago

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 believe BLR showed the expected behavior until version 8.1.0, at the earliest.

Actual behavior

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

eddierubeiz commented 1 year ago

@jrochkind