An open API service indexing awesome lists of open source software.

https://github.com/codemonauts/craft-elasticsearch


https://github.com/codemonauts/craft-elasticsearch

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Craft's search powered by Elasticsearch

![Icon](resources/search.png)

## 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:

``` shell
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](https://plugins.codemonauts.com/plugins/elasticsearch/Introduction.html).

With ❤ by [codemonauts](https://codemonauts.com)