How can I use boolean operators in the search field? Like AND, OR, NOT.
An example:
Today I tried to list all my movies on Video-DVD (not Data-DVD, CD or VHS). They are marked as DVD-9 or DVD-5 in the media type field. So I'll liked to search for something similar like "'DVD-9' OR 'DVD-5'". Or if I want to list all my lent movies, I need a search string like "NOT ' '" or "| ''".
How can I do this?
Thanks.