diff --git a/pandora/item/views.py b/pandora/item/views.py index cb1956d0..9d73a58b 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -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 '|'