melthedev/module-meili-search

Magento MeiliSearch

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.0.0 2023-09-11 16:29 UTC

This package is auto-updated.

Last update: 2024-04-23 09:23:14 UTC


README

Warning - This project is currently in active development, so it may contain various bugs or errors. Please proceed with caution and use it at your own risk.

This project is designed to enable Magento to work with MeiliSearch instead of ElasticSearch/OpenSearch. It utilizes code similar to Algolia, as it is a modified version of Algolia tailored to function with MeiliSearch.

Currently, there are a few more features that need to be fixed/added, such as popular queries in search and recommended products, track product changes (inventory changes), etc.

I'll be continuously updating this README to provide more detailed information as the project progresses.

Requirements

  • PHP 8.0 or above
  • Magento 2.4.6 (I've used 2.4.6 to develop, not sure if it might be compatible with lower versions.)
  • MeiliSearch (1.3 or greater)

Installation

Download the files, create new folder under app/code/MelTheDev/MeiliSearch

bin/magento module:enable MelTheDev_MeiliSearch
bin/magento setup:upgrade && bin/magento setup:di:compile
bin/magento index:reindex

Once done, you should be able to configure the changes in the admin stores configuration, where you will find a new section called "MelTheDev MeiliSearch."

Bugs or Issues

If you have found any problems, please create an issue in the Github issue section.

Contributing

Contributions are always welcome!

Acknowledgments

This project utilizes code from Algolia for its search functionality.