$not where clause
how do i use the $not where comparison value?
http://devcenter.appery.io/documentat...
I have a database service and i want all the rows to be returned that don't have "Open" as the text in the 'NightName' Field.
I have tried
{"NightName": {"$not":"Open"}}
but this returned:
pre
{
"status":400,
"uri":"https://api.appery.io/rest/1/db/collections/Nights",
"response":{
"code":"DBSQ271",
"description":"Mongo error: error code is '17287'"
}
}/pre