Module: BlacklightCql::ControllerExtension

Extended by:
ActiveSupport::Concern
Defined in:
lib/blacklight_cql/controller_extension.rb

Overview

Mix-in for Blacklight CatalogController

1) Adds search_field to the controller representing a CQL search.

It comes from the SearchBuilderExtension.psuedo_search_field class
variable. It's configured to not show up ordinarily in the search type
select menu, or the advanced search choices either.

2) Over-rides the default blacklight search_fields methods so that

when CQL search has been triggered, it'll be reflected in the
on-screen search select menu for search type, so the context
makes sense.

Defined Under Namespace

Modules: Helpers