I have some facets with a special character (the inches character) and we can't filter by it if we want it to also display in the label.
If the field is Analyzed
I can filter by the value without the inches character, but the label is also missing it
If the field is not Analyzed
The inches character is in the label like we need, but the value doesn't have it and it doesn't filter without it
I can encode the value like it's being done with the lable to get it to work, but Is there a way to have the inches character in both the value and the label by just changin the settings?
value="@(HtmlEncoder.HtmlEncode(optionValue))"
DW version 9.15.13
Swift templates