SyliusElasticsearchPlugin icon indicating copy to clipboard operation
SyliusElasticsearchPlugin copied to clipboard

Elasticsearch integration for Sylius apps.

Results 71 SyliusElasticsearchPlugin issues
Sort by recently updated
recently updated
newest added

Hello, When you try to filter by an attribute value which is : 1/2" or 1" It's will result to an empty products list. But there's some products with this...

I try to remove all listeners from `bitbag_shop_product` but the index still inserted, updated and deleted from elasticsearch is there something wrong with my conf ? ``` fos_elastica: indexes: bitbag_shop_product:...

We use same attributes for multiple taxons. Like for fixtures... Im sure if you sell t-shirts it is o.k. to see all the time all values from the attributes (Like...

See video below: ![Screen Recording 2020-06-16 at 21 38 57](https://user-images.githubusercontent.com/5156054/84814683-7e21bd00-b01a-11ea-8bd3-cb183f73ce08.gif)

Is it possible to make the fuzziness at https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/master/src/QueryBuilder/SearchProductsQueryBuilder.php#L65 configurable or injectable? I would like to manipulate this value but need to duplicate this whole builder now to do that

When you have a checkbox value in the list of facets, the filtering no longer works because this class converts true and false to a numerical value. But the numerical...

On product, I have many checkbox attributes. When I check "1" in the filter and I click on "Filter" button, I have this error : ``` An exception has been...

### Preconditions: - have the following taxon structure: |taxon name|parent| |--|--| |root|null| |perfumes|root| |eau de toillete|perfumes| |eau de parfum|perfumes| - have the following products: |sku|taxons| |--|--| |ABC|eau de toillete| |DEF|eau...

In a project of ours, I have a facet on an attribute that is optional. But since we import it from another PIM, the attribute is added to a product...

In one of the projects I am working on, I noticed that when we sync products from a PIM to Sylius (using Symfony Messenger) that the Elasticsearch index is not...