blacklight_advanced_search
blacklight_advanced_search copied to clipboard
No link to search/advanced is rendered with blackligh 7.29
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?