You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 projectblacklight/blacklight@47eab51) 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?
The text was updated successfully, but these errors were encountered:
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 projectblacklight/blacklight@47eab51) 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?The text was updated successfully, but these errors were encountered: