This module add search capabilities to the public interface of Omeka S.
This module alone is basically useless, but it provides a common interface for other modules to extend it.
It can be extended in two ways:
- Forms that will build the search form and construct the query
- Adapters that will do the real work
A standard form is provided, but no adapters. However the Solr module provides a search adapter for Solr.