cwp / cwp-recipe-search
CWP search requirements recipe
Installs: 69 515
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 0
Type:silverstripe-recipe
Requires
- cwp/cwp-search: ~1.5.0@stable
- silverstripe/fulltextsearch: ~3.8.0@stable
- silverstripe/recipe-plugin: ^1
- symbiote/silverstripe-queuedjobs: ~4.8.0@stable
Requires (Dev)
- sminnee/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3
Suggests
- silverstripe/textextraction: Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)
- dev-master / 3.x-dev
- 2.x-dev
- 2.9.x-dev
- 2.9.0-rc1
- 2.9.0-beta1
- 2.9.0-alpha1
- 2.8.x-dev
- 2.8.0
- 2.8.0-rc1
- 2.8.0-beta1
- 2.7.x-dev
- 2.7.1
- 2.7.1-rc1
- 2.7.1-beta1
- 2.7.0
- 2.7.0-rc1
- 2.6.x-dev
- 2.6.1
- 2.6.1-rc1
- 2.6.0
- 2.6.0-rc1
- 2.5.x-dev
- 2.5.2
- 2.5.1
- 2.5.1-rc1
- 2.5.0
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.x-dev
- 2.4.1
- 2.4.0
- 2.4.0-rc1
- 2.3.x-dev
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-rc2
- 2.3.0-rc1
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.1.x-dev
- 2.1.2
- 2.1.1
- 2.1.1-rc2
- 2.1.1-rc1
- 2.1.0
- 2.1.0-rc2
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc4
- 2.0.0-rc3
- 2.0.0-rc2
- 2.0.0-rc1
This package is auto-updated.
Last update: 2022-02-03 23:12:21 UTC
README
This package is no longer in-use. Use silverstripe/recipe-solr-search
instead.
CWP search recipe
This includes the following core SilverStripe and CWP modules:
- cwp/cwp-search: CWP fulltextsearch integration module
- silverstripe/fulltextsearch: Adds external full text search engine support to SilverStripe, specically with Solr in a CWP context
- symbiote/silverstripe-queuedjobs: A module that provides interfaces for scheduling jobs for certain times
You can also opt in to install the following suggested (not required) modules:
- silverstripe/textextraction: Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Get started
You can create a project using Composer:
composer create-project cwp/cwp-recipe-search ./myproject ^2
More information
See the recipe plugin page for instructions on how SilverStripe recipes work.