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

Upgrading my Sylius (Sf 4.4.25, Sylius 1.9.3) I'm facing some issues dealing with the elasticsearch plugin (v1.6.4). My main problem is : 1) When I populate my elasticsearch database, attributes...

https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/39c5fb8b02c0ed1ce02155906d77de151d78d127/src/Form/Type/ChoiceMapper/ProductAttributesMapper.php#L76

On a sylius 1.9 fresh install I have the following error (I tried stable and dev versions) `The service "bitbag_sylius_elasticsearch_plugin.controller.action.shop.list_products" has a dependency on a non-existent service "tem plating". Did...

Hi, Got an error when trying ti populate. Is there any problem between Elasticsearch version server and bundle ? Thanks !! Root mapping definition has unsupported parameters: [default : {dynamic_date_formats=[],...

If there are more than one channel and they have same taxonId, they all listed. I guess its better to list only what's in the channel available?

This fix solves an issue where deleted entities with null ids reach the property builders and in some cases the following error is thrown: `Binding entities to query parameters only...

I have a bunch of attributes in my project that are checkboxes (have boolean value) and trying to filter by them returns no results. After debugging the problem I've noticed...

I don't know the reason why where is a need to check whether the product is enabled or not in such a way. The product attribute repository returns the list...

I installed your plugin according to the instructions and plugged in Elasticsearch. When I go to /{_ locale}/product-list/{slug} I can see products. Options for these products are in the sidebar....