search_api_meilisearch
165 sites
Security covered
This module provides backend for Search API using Meilisearch.
Meilisearch is an open source, blazingly fast and hyper relevant search-engine that will improve your search experience.
Requirements:
- Search API module
- Meilisearch instance
- (Optional) Search API Autocomplete to use autocomplete feature
- (Optional) Facets to use facets feature
Dependency versions compatibility
Search API Meilisearch meilisearch-php Meilisearch 2.x 1.3 1.3.3 || 1.3.4 || >= 1.4 1.x 0.24.2 0.28.1Supported features
- Creating and deleting indexes on the Meilisearch server
- Indexing of selected entities
- Filtering and sorting
- Synonyms
- Stop words
Additional features since version 2.x
- Facets*
- Autocomplete**
* To use facets, enable the search_api_meilisearch_facets submodule
** To use autocomplete, enable the search_api_meilisearch_autocomplete submodule
Installation
Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
You have to set up the Meilisearch server. There are multiple ways of doing this. Check the official documentation to see what options you have.