SyliusElasticsearchPlugin
SyliusElasticsearchPlugin copied to clipboard
Cast attribute choice value to string
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. Cast to string solves this issue.