Download the PHP package smile/module-retailer-elasticsuite-search without Composer

On this page you can find all versions of the php package smile/module-retailer-elasticsuite-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-retailer-elasticsuite-search

ElasticSuite Retailer Search

This module is a plugin for ElasticSuite.

It allows to index retailers into the search engine and display them into the autocomplete results, and also on the search result page.

Requirements

The module requires :

How to use

  1. Install the module via Composer :

  2. Enable it

  3. Install the module and rebuild the DI cache

  4. Process a full reindex of the Retailer search index

How to configure

Stores > Configuration > Elasticsuite > Retailer search settings > Settings

  • Max result : Maximum number of results to display in result block.
  • Enabled suggest bloc on result page : Yes/No

Stores > Configuration > Elasticsuite > Retailer search settings > Fields indexed

  • Index street : Yes/No
  • Index postcode : Yes/No
  • Index latitude : Yes/No
  • Index longitude : Yes/No
  • Index description : Yes/No

Stores > Configuration > Elasticsuite > Autocomplete > Retailer Autocomplete

  • Max size : Maximum number of retailers to display in autocomplete results.

Fields indexed

Field Type Choice to index
retailer_id Integer No
street String Yes
postcode String Yes
latitude String Yes
longitude String Yes
name String No
is_active Boolean No
description Text Yes

Index example :


All versions of module-retailer-elasticsuite-search with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
magento/module-store Version *
magento/module-eav Version *
magento/magento-composer-installer Version *
smile/elasticsuite Version ^2.6.0
smile/module-retailer Version *
smile/module-store-locator Version ~1.3.0 || ~2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package smile/module-retailer-elasticsuite-search contains the following files

Loading the files please wait ....