The NOT and OR operators are undocumented in spotlight at the moment. The syntax is a bit odd and picky which is probably why it's undocumented.

You can use the NOT operator by doing empeg(-rio) if you wanted everything with empeg in but not rio. | is OR and space is AND so don't add any extra ones to your query.

foo|bar(-baz) is foo or bar but not baz.