projectblacklight / blacklight_advanced_search

Advanced search plugin for Blacklight
http://projectblacklight.org
Other
24 stars 25 forks source link

allow range limit and advanced search to install without conflicts #80

Open tampakis opened 7 years ago

tampakis commented 7 years ago

Rebased.

This change allows the blacklight_advanced_search plugin to properly install when the application already has an existing search history and saved searches controller, adding the range limit behavior to the controllers rather than overwriting them. The range limit plugin also modifies these controllers so this change makes it easier to install a blacklight application that uses both plugins.

Parallel with projectblacklight/blacklight_range_limit#63.