SyliusElasticsearchPlugin
SyliusElasticsearchPlugin copied to clipboard
Issue with query - dot in field values
If the value has . in ...like abc.xx the query return blank. any suggestions??
Had the same issue with my taxon code having hyphens, what fixed this for me was adding the following parameter in your services.yaml
parameters:
bitbag_es_shop_product_taxons_property: product_taxons.keyword
Looks like this issue is outdated, closing