codemonauts/craft-elasticsearch

Replace Craft's database full-text search with Elasticsearch.

2.0.0 2022-06-15 14:27 UTC

This package is auto-updated.

Last update: 2025-03-12 15:47:16 UTC


README

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