From 07b790078838642e9f19a0dd1ce37b7466e00db3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 20 Dec 2014 17:35:23 +0000 Subject: [PATCH] fix a bug in 'find' documentation --- pandora/item/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '|'