Skip to content

codemonauts/craft-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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