projectblacklight / blacklight_advanced_search

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

No link to search/advanced is rendered with blackligh 7.29 #121

Open kosarko opened 1 year ago

kosarko commented 1 year ago

The latest version 7.0.0 does not work as expected with blacklight 7.29, the "More options" button does not appear...

One has to add:

config.advanced_search[:enabled] = true

to catalog_controller.

This is already in current main https://github.com/projectblacklight/blacklight_advanced_search/blame/3a1909fdf91cbe67a8ddab92bc329691de093e1a/lib/generators/blacklight_advanced_search/install_generator.rb#L18 but if the major version of plugin/blacklight should indicate compatibility maybe this should get to some 7.x release?