evoluteur / structured-filter

jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
http://evoluteur.github.io/structured-filter/
MIT License
258 stars 61 forks source link

Either operator "does NOT contain", or negate the entire query #6

Closed vladiibine closed 9 years ago

vladiibine commented 9 years ago

It would be awesome if queries like this could be made: [ { Username doesNOTcontain 'foo'} ]

or like this [ {NOT Username contains "foo"} ]

This is especially helpful for strings, and less so for the other types.

evoluteur commented 9 years ago

Done! thanks for your feedback.