Now you can perform some more sophisticated searching:
Prefix search. Appending a * to a word will search for all words that include that prefix.
instit*
Combining words. By default only results including all words will be returned. Boolean operators can be used to modify the result. Boolean operators can be combined with parentheses.
red OR orange
blue AND "green tips"
blue NOT purple
(red OR orange) gray