SyliusElasticsearchPlugin
SyliusElasticsearchPlugin copied to clipboard
Elasticsearch integration for Sylius apps.
If the value has . in ...like abc.xx the query return blank. any suggestions??
Hello I have filled in the options and attributes to exclude in the list of filters like this: parameters: locale: en_US bitbag_es_excluded_filter_options: ['jeans_size', 't_shirt_size'] bitbag_es_excluded_filter_attributes: ['t_shirt_brand'] But despite that I...
This plugin does not support PHP 8.0. https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/51a2b1edc280bfcfa6f206a98a38163a6500cd4a/composer.json#L8
Are you guys planning to support Elasticsearch 7.x anytime soon? If there any ETA? Thanks!
Hi. This PR to correct a regression introduced by commit 48a48ee18d8cf6299e018fb253ad6efad2758dc9 In the OptionTaxonsBuilder, taxons were no longer concatenated, only taxons of the last product of the loop were recorded....
If you are using float storage for attribute values and your attribute has values: ``` 0.1 0.2 0.7 1.1 1.2 1.7 ``` Your filter will only render 0 and 1....