Module: BlacklightAdvancedSearch::Controller
- Defined in:
- lib/blacklight_advanced_search/controller.rb
Overview
This module gets included into CatalogController, or another SearchHelper includer, to override
Instance Method Summary collapse
-
#advanced_search ⇒ Object
before Blacklight 7.27, the provided search service didn’t receive this controller.
Instance Method Details
#advanced_search ⇒ Object
before Blacklight 7.27, the provided search service didn’t receive this controller
6 7 8 |
# File 'lib/blacklight_advanced_search/controller.rb', line 6 def advanced_search (@response, _deprecated_document_list) = blacklight_advanced_search_form_search_service.search_results end |