smokeycam/silverstripe-search-service

Elastic App Search Functionality

Installs: 513

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 14

Type:silverstripe-vendormodule

dev-master / 1.x-dev 2021-09-08 09:14 UTC

This package is auto-updated.

Last update: 2024-04-08 14:57:35 UTC


README

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.