diff --git a/pandora/item/views.py b/pandora/item/views.py index 49def9dbe..cb1956d07 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -111,7 +111,7 @@ def find(request, data): key: string, // item key operator: string, // comparison operator, see below value: string // value - }, { // ... or query objects (nested subconditions) + }, { // ... and/or query objects (nested subconditions) query: { conditions: [object, ...], // list of condition objects operator: string // comparison operator, see below