https://github.com/jonatanrdsantos/magento2-module-meilisearch
[WIP] Meilisearch integration for Magento 2
https://github.com/jonatanrdsantos/magento2-module-meilisearch
magento magento2 meilisearch meilisearch-magento meilisearch-magento2 meilisearch-php php
Last synced: 7 months ago
JSON representation
[WIP] Meilisearch integration for Magento 2
- Host: GitHub
- URL: https://github.com/jonatanrdsantos/magento2-module-meilisearch
- Owner: jonatanrdsantos
- Created: 2023-05-03T15:30:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T22:43:12.000Z (about 3 years ago)
- Last Synced: 2025-02-15T08:05:42.988Z (over 1 year ago)
- Topics: magento, magento2, meilisearch, meilisearch-magento, meilisearch-magento2, meilisearch-php, php
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚧 [WIP] Magento2 module Meiliserch
Meilisearch |
Documentation |
Discord |
Roadmap |
Website |
FAQ
**Meilisearch** is an open-source search engine. [Learn more about Meilisearch.](https://github.com/meilisearch/Meilisearch)
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-meilisearch)
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-meilisearch)
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-meilisearch)
[](https://codecov.io/github/jonatanrdsantos/magento2-module-meilisearch)




jonatanrdsantos/magento2-module-meilisearch
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)
## 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