silverstripe/recipe-solr-search

Silverstripe Cloud Platform search requirements recipe

3.1.0 2024-03-10 20:03 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 3c94493c03b3ecc5d07dcae3daaf090f2bb957c2


README

👁 CI

This Silverstripe CMS Recipe is designed to enable Solr-based fulltext search. It's specifically designed to work with Silverstripe Cloud Platforms, but may be functional in other environments as well. It's the successor of cwp/cwp-recipe-search.

This includes the following core Silverstripe modules:

You can also opt in to install the following suggested (not required) modules:

This can be either added to an existing project or used as a project base for creating a Silverstripe CMS install.

Unlike other Silverstripe recipes, this recipe does not constrain Silverstripe core dependencies to a particular minor version line.

Installation

composer create-project silverstripe/recipe-solr-search ./myproject

Alternative

This recipe is still supported. However, you may wish to explore the silverstripe/silverstripe-search-service module which uses a search-as-a-service approach compatible with providers such as Elastic or Algolia.

More information

See the recipe plugin page for instructions on how Silverstripe recipes work.