Skip to content

biblibre/omeka-s-module-Search

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.