Skip to content

jonatanrdsantos/magento2-module-meilisearch

Repository files navigation

Meilisearch-Magento

🚧 [WIP] Magento2 module Meiliserch

Meilisearch is an open-source search engine. Learn more about Meilisearch.

Latest Stable Version Latest Unstable Version License codecov Maintenance Packagist PHP Version Packagist PHP Version GitHub Workflow Status (with event)

jonatanrdsantos/magento2-module-meilisearch

Main Functionalities

Search that works

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • 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

Type 2: Composer

  • 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

Configuration

Specifications

Attributes