Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 641 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 641 Bytes

Craft's search powered by Elasticsearch

Icon

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