Replace Craft's database full-text search with Elasticsearch.
- Craft CMS >= 3.6.18
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.
For detailed usage information, visit the docs.
With ❤ by codemonauts