silverstripe/silverstripe-search-service

This package is abandoned and no longer maintained. The author suggests using the silverstripe/silverstripe-forager package instead.

Abstract Search Service

Installs: 22 479

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 8

Forks: 18

Open Issues: 28

Type:silverstripe-vendormodule

3.0.4 2024-07-03 21:04 UTC

README

Build Status codecov Version License

Important

This module is no longer actively maintained. Please use the newer Forager module for managing search indexing. A migration guide is also available. For search querying check out the Discoverer module.

Silverstripe Search Service

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.

Note this module does not provide:

Installation

composer require "silverstripe/silverstripe-search-service"

Requirements

  • php: ^8.1
  • silverstripe/cms: ^5
  • symbiote/silverstripe-queuedjobs: ^5

Documentation

See the developer documentation.