SyliusElasticsearchPlugin icon indicating copy to clipboard operation
SyliusElasticsearchPlugin copied to clipboard

Cast attribute choice value to string

Open pavol-tuka opened this issue 4 years ago • 0 comments

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.

pavol-tuka avatar Oct 04 '21 07:10 pavol-tuka