Skip to content

biblibre/omeka-s-module-Search

Repository files navigation

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.