forked from 0x2620/pandora
minor change
This commit is contained in:
parent
0e21b1cd4a
commit
98cc4c5f9a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def find(request, data):
|
||||||
key: string, // item key
|
key: string, // item key
|
||||||
operator: string, // comparison operator, see below
|
operator: string, // comparison operator, see below
|
||||||
value: string // value
|
value: string // value
|
||||||
}, { // ... or query objects (nested subconditions)
|
}, { // ... and/or query objects (nested subconditions)
|
||||||
query: {
|
query: {
|
||||||
conditions: [object, ...], // list of condition objects
|
conditions: [object, ...], // list of condition objects
|
||||||
operator: string // comparison operator, see below
|
operator: string // comparison operator, see below
|
||||||
|
|
Loading…
Reference in a new issue