CottageLabs/facetview2

Facets not displayed or wrong separated

Closed this issue · 1 comments

djmj commented

Having following json data in elasticsearch:

"priceRange" : "$20.00 - $40.00",
"roomFacilities": ["Pay TV", "Terasse / Veranda"]

Datatypes are string or string arrays.

It displays two values "$20.00" and "$40.00" instead of its original value "$20.00 - $40.00".
Instead of "Pay TV" it shows two facets "Pay" and "TV".

How to display them "as is"?

djmj commented

Can be rejected. Used wrong analyzer on fields.