https://github.com/codemonauts/craft-elasticsearch
https://github.com/codemonauts/craft-elasticsearch
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonauts/craft-elasticsearch
- Owner: codemonauts
- License: other
- Created: 2022-03-10T17:46:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T15:44:40.000Z (about 1 year ago)
- Last Synced: 2025-04-30T13:43:15.640Z (10 months ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Craft's search powered by Elasticsearch

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