Coder Social home page Coder Social logo

magento2-module-meilisearch's Introduction

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

magento2-module-meilisearch's People

Contributors

brunoocasali avatar jonatanrdsantos avatar

Stargazers

 avatar

Watchers

 avatar  avatar

magento2-module-meilisearch's Issues

MVP

The basic needs of a Magento2 integration with Meilisearch:

  • System Configuration
  • Indexing of products catalog
    • Prepare documents to send to Meilisearch
    • Make index swap during deployment
  • Create Meilisearch client adapter for Magento2
  • Search on products index
    • Adapt Meilisearch facets/facet-search to layered navigation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.