How to set up autocomplete search tokens out of sequence

As an example:

A users is looking for "Big Brown Horse", but doesn't remember it exactly
So they typed:
Big Horse {Brown is missing}
...and...
Brown Horse {Big is missing}

Both ways, "Big Brown Horse" should show up in autocomplete as they complete each word.

What is the syntax to do this?

Thanks.