/silverstripe-search-service

An Elastic App Search module for Silverstripe CMS

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

🔍 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.