fix a bug in 'find' documentation

This commit is contained in:
rolux 2014-12-20 17:35:23 +00:00
parent 0367076f8f
commit 07b7900788

View File

@ -114,7 +114,7 @@ def find(request, data):
}, { // ... and/or query objects (nested subconditions)
query: {
conditions: [object, ...], // list of condition objects
operator: string // comparison operator, see below
operator: string // logical operator, '&' or '|'
}
}],
operator: string // logical operator, '&' or '|'