If I understand what you’re asking correctly, yes it’s possible to put two words but when matching that condition it will look for the string exactly as written.
For example you could put CONTAINS “Red Car”. It would then match a product called “Big Red Car” but it wouldn’t match a product called “Red Fast Car”.
You could use the AND operator and look for “red” and “car” seperately