Search Database field containing keywords in any order

I think you might be looking for this:

Edit: Alternatively, a less efficient solution is to split the search string at white-space, and for each element (word) do the “contains” query, and then you merge the searches and remove the duplicates somehow