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)"...
258
stars
61
forks
source link
Either operator "does NOT contain", or negate the entire query #6
Closed
vladiibine closed 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.