You can use the
full query syntax of Lucene here.
Quick ref:
Wildcards: ? and * (not at start of word)
Fuzzy search: append
~ to end of word
Boolean operators: AND, OR, NOT (in uppercase),
+/- before a word to require/prohibit it
Grouping using ( ) is supported.