Open kosarko opened 2 years 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?
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:
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?