projectblacklight / blacklight_advanced_search

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

advanced search constraints should show in page title #53

Open ebenenglish opened 8 years ago

ebenenglish commented 8 years ago

When I am on the advanced search page And I enter terms into the advanced search fields and click 'Search' I should see the advanced field search constraints in the page title in the browser window

Blacklight::CatalogHelperBehavior#render_search_to_page_title (from https://github.com/projectblacklight/blacklight/commit/47eab51876f7d0280ac88af3db93b9a1b5903e97) adds functionality to display search constraints in the page title on catalog#index views. However, advanced search constraints are not displayed, since there is no provision in that method to display them.

Methods could perhaps be added to BlacklightAdvancedSearch::RenderConstraintsOverride to add functionality to include advanced search constraints in the page title?