Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 703 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 703 Bytes

Search module for Omeka S

This module add search capabilities to the public interface of Omeka S.

Build Status

Description

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.