minor change

This commit is contained in:
rolux 2014-12-19 19:36:34 +00:00
parent 0e21b1cd4a
commit 98cc4c5f9a

View file

@ -111,7 +111,7 @@ def find(request, data):
key: string, // item key
operator: string, // comparison operator, see below
value: string // value
}, { // ... or query objects (nested subconditions)
}, { // ... and/or query objects (nested subconditions)
query: {
conditions: [object, ...], // list of condition objects
operator: string // comparison operator, see below