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 a page with a map (catalog#map, catalog#index map view, etc.)
And I click on a coordinate point or use the search tool on the map
I should see the coordinate 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. Coordinate search constraints are not displayed, since there is no provision in that method to display them.
We need to add methods to BlacklightMaps::RenderConstraintsOverride to add functionality to include coordinate constraints in the page title.
The text was updated successfully, but these errors were encountered:
When I am on a page with a map (catalog#map, catalog#index map view, etc.)
And I click on a coordinate point or use the search tool on the map
I should see the coordinate 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. Coordinate search constraints are not displayed, since there is no provision in that method to display them.We need to add methods to
BlacklightMaps::RenderConstraintsOverride
to add functionality to include coordinate constraints in the page title.The text was updated successfully, but these errors were encountered: