Hi AGatewood,

There is a function in GridView called MatchAny, where the result is True if any one if a given number of search words (like red or shirt) are found within a target string. But you are correct that you cannot enter one string such as 'red shirt' and each word parses out automatically. You would have to use a separate QueryString function to ask for each word. Something like:

MatchAny({text to search},QueryString("Search word 1"),QueryString("Search word 2"))

There is another similar function called MatchAll, where the result is True only if every search word is found.

I'm guessing the MatchAll behaviour is what you are looking for.

Maybe there is a way to do what you want in combination, such as the QueryString formula being in a calculated column, then a second calculated column calculates text by replacing spaces with commas in order to fit the syntax for MatchAll. Or something like that.
_________________________
Regards,
Softrak Tech Support