From 0f1ecec5b57681241377a0718bccf43e12c49833 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 21 Dec 2014 12:46:35 +0000 Subject: [PATCH] update api docs (find) --- 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 6d043e263..619021c4e 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -165,7 +165,7 @@ def find(request, data): Leaving out `keys` or passing `positions` can be useful when building a responsive UI: First leave out `keys` to get totals as fast as possible, then pass `positions` to get the positions of previously selected items, - finally make the query with `keys` and an appropriate range. + finally make the query with the `keys` you need and an appropriate `range`. For more examples, see https://wiki.0x2620.org/wiki/pandora/QuerySyntax. see: add, edit, get, lookup, remove, upload '''