diff --git a/pandora/item/views.py b/pandora/item/views.py index d7451adc..a259eaff 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -112,10 +112,8 @@ def find(request, data): operator: string, // comparison operator, see below value: string // value }, { // ... and/or query objects (nested subconditions) - query: { - conditions: [object, ...], // list of condition objects - operator: string // logical operator, '&' or '|' - } + conditions: [object, ...], // list of condition objects + operator: string // logical operator, '&' or '|' }], operator: string // logical operator, '&' or '|' },