Skip to content

Elastic-Suite/gally-oro-connector

Gally Plugin for Oro Commerce

Installation

Install this bundle with composer:

composer require gally/oro-plugin:dev-master

Usage

  • Define the website_search dsn in your environment vars.
    # Example
    ORO_WEBSITE_SEARCH_ENGINE_DSN=gally://admin\@example.com:[email protected]:443?prefix=oro_website_search
  • Run this command to sync your catalog structure with Gally :
        bin/console gally:structure-sync # Sync catalog and source field data with gally
  • Run a full index from Oro to Gally.
        bin/console oro:website-search:reindex # Index category and product entity to gally
  • At this step, you should be able to see your product and source field in the Gally backend.
  • They should also appear in your Oro frontend when searching or browsing categories.
  • And you're done !

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages