codemonauts / craft-elasticsearch
Replace Craft's database full-text search with Elasticsearch.
Installs: 3 372
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 9
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
- elasticsearch/elasticsearch: ^7.0
- jsq/amazon-es-php: ^0.3.0
This package is auto-updated.
Last update: 2025-03-12 15:47:16 UTC
README
Background
Replace Craft's database full-text search with Elasticsearch.
Requirements
- Craft CMS >= 3.6.18
Installation
Open your terminal and go to your Craft project:
cd /path/to/project
composer require codemonauts/craft-elasticsearch
./craft plugin/install elastic
You can also install the plugin via the Plugin Store in the Craft Control Panel.
Usage
For detailed usage information, visit the docs.
With ❤ by codemonauts