PHPackages                             monsieurbiz/sylius-search-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. monsieurbiz/sylius-search-plugin

ActiveSylius-plugin[Search &amp; Filtering](/categories/search)

monsieurbiz/sylius-search-plugin
================================

A search plugin using Elasticsearch for Sylius.

v2.3.2(8mo ago)49121.5k↓29.4%38[6 issues](https://github.com/monsieurbiz/SyliusSearchPlugin/issues)[2 PRs](https://github.com/monsieurbiz/SyliusSearchPlugin/pulls)MITPHPPHP ^8.1CI failing

Since Nov 17Pushed 8mo ago4 watchersCompare

[ Source](https://github.com/monsieurbiz/SyliusSearchPlugin)[ Packagist](https://packagist.org/packages/monsieurbiz/sylius-search-plugin)[ RSS](/packages/monsieurbiz-sylius-search-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (71)Used By (0)

[![Banner of Sylius Search plugin](docs/images/banner.jpg)](https://monsieurbiz.com/agence-web-experte-sylius)

Search
======

[](#search)

[![Search Plugin license](https://camo.githubusercontent.com/f2fe79acf1cf8db332109ceb06c89ef63c555473be47e17f815bc945de0a9484/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6f6e736965757262697a2f53796c697573536561726368506c7567696e3f7075626c6963)](https://github.com/monsieurbiz/SyliusSearchPlugin/blob/master/LICENSE.txt)[![Tests Status](https://camo.githubusercontent.com/107e86332c2639c6d0120da68186ab4134c3a57efe5f155a45ed78433748b747/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573536561726368506c7567696e2f74657374732e79616d6c3f6272616e63683d6d6173746572266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusCmsPagePlugin/actions?query=workflow%3ATests)[![Recipe Status](https://camo.githubusercontent.com/5328cdc08aded66090a56447d355849d1b501915d82d9e0d3884d6a701e285bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573536561726368506c7567696e2f7265636970652e79616d6c3f6272616e63683d6d6173746572266c6162656c3d72656369706573266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusCmsPagePlugin/actions?query=workflow%3ASecurity)[![Security Status](https://camo.githubusercontent.com/ba581e9b9b1235008b3d7db34d2f1c390828d1acb6ea4a3ca18c1523a432c49e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573536561726368506c7567696e2f73656375726974792e79616d6c3f6272616e63683d6d6173746572266c6162656c3d7365637572697479266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusCmsPagePlugin/actions?query=workflow%3ASecurity)

A search plugin for Sylius using [Elastically](https://github.com/jolicode/elastically) and [Jane](https://github.com/janephp/janephp).

Compatibility
-------------

[](#compatibility)

Sylius VersionPHP Version1.128.1 - 8.2 - 8.31.138.1 - 8.2 - 8.31.148.1 - 8.2 - 8.3Installation
------------

[](#installation)

If you want to use our recipes, you can configure your composer.json by running:

```
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
```

This is the last version using `jane-php/automapper`, which requires `nikic/php-parser="^4.0"`. The next version will use `jolicode/automapper`, which is compatible with `nikic/php-parser="^5.0"`.

```
composer require --no-progress --no-interaction nikic/php-parser="^4.0"
composer require monsieurbiz/sylius-search-plugin
```

If you are using Symfony Flex, the recipe will automatically do some actions.

For the installation without flex, follow these additional stepsChange your `config/bundles.php` file to add this line for the plugin declaration:

```
