Dmitry, is this possible without doing a custom indexer class? Or no? Those values do actually get displayed on the front-end, so I can't alter them in the custom table to not have the spaces. I am able to achieve the search using a single value filter with the space by escaping the space and dash IE:
+employmentType:Full\ \-\ Time
Any documentation on how to acheive the below? I am a bit unclear on how to do this:
"Key thing is to store no-space keys joined by space. When you select "tokenize" setting then the system will break this field by space automatically. From my experience, I store GUIDs instead of keys there."
I already have the fields I need multiple values set as "Searchable" and "Tokenized". Currently using the "Whitespace Analyzer" as my analyzer.
Just for reference, this is a custom table, not a page type. I doubt that changes anything, but food for thought.