Meilisearch | Documentation | Discord | Roadmap | Website | FAQ
Meilisearch is an open-source search engine. Learn more about Meilisearch.
jonatanrdsantos/magento2-module-meilisearch
Search that works
* = in production please use the --keep-generated
option
- Unzip the zip file in
app/code/Meilisearch/Search
- Enable the module by running
php bin/magento module:enable Meilisearch_Search
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require jonatanrdsantos/magento2-module-meilisearch
- enable the module by running
php bin/magento module:enable Meilisearch_Search
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush