search for
Code:
not formats:"=epub"
You can also use the tag browser to search for stuff.
"formats" is the metadata type, :"=%s" tells it to search for an exact match for %s, which in this case is "epub". without the = it would be search for partial matches as well. NOT is your standard boolean operator.