Hi
I have an index with some facets which are used for some filters in the frontend. Values that contains a space are indexed as different values. For example these values:
"Level 1
"Level 2"
are indexed as "1", "2" and "Level"! How can I prevent that?