Open
Description
The filter function in toodles blows my mind. I love being able to do that.
But it would be nice to be able specify "show me everything except bla".
More generally, a boolean logic would be awesome -- something like Apache Lucene, which lets you ask for "bob AND NOT (speed OR search)". Or, perhaps more natural, it could read like Haskell: "bob && not (speed || search)".