forked from 0x2620/pandora
update api docs (find)
This commit is contained in:
parent
8f8fab9522
commit
0f1ecec5b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue