Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.35 KB

🔍 Silverstripe Search-as-a-Service

Build Status codecov Version License

This module for Silverstripe CMS provides a set of abstraction layers that integrate the CMS with a search-as-a-service provider, such as Elastic or Algolia. Out of the box, it supports indexing DataObjects with Elastic AppSearch, but can be extended to work with other sources of content and/or service providers.

This module does not provide any frontend functionality such as UI or querying APIs. It only handles indexing.

Installation

composer require "silverstripe/silverstripe-search-service"

Requirements

  • silverstripe/framework 4.4+
  • silverstripe/versioned
  • symbiote/silverstripe-queuedjobs

Documentation

See the developer documentation.