fix a bug in 'find' documentation
This commit is contained in:
parent
0367076f8f
commit
07b7900788
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def find(request, data):
|
||||||
}, { // ... and/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 // logical operator, '&' or '|'
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
operator: string // logical operator, '&' or '|'
|
operator: string // logical operator, '&' or '|'
|
||||||
|
|
Loading…
Reference in a new issue