"Searchindex" and the wildcard operator

Options

Hi guys! The wildcard operator is great when dealing with single words, but when a "sentence" iwth i.e. two words is the input search it falls down. Anyone have any good examples on how to deal with this?

I have tried to skip the :* when dealing with more than one word, but it seems difficult to find white spaces in the string.

I have tried to to a boolean "contains whitespace" but it will not work. (not with the letters whitespace but you understand the point).

Best Answer