forked from 0x2620/pandora
update api docs ('my groups' query)
This commit is contained in:
parent
07e35a8ab2
commit
0dd956e231
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ def find(request, data):
|
||||||
notes: Comparison operators are '=' (contains) '==' (is), '^' (starts with),
|
notes: Comparison operators are '=' (contains) '==' (is), '^' (starts with),
|
||||||
'$' (ends with), '<', '<=', '>', or '>=', each optionally prefixed with '!'
|
'$' (ends with), '<', '<=', '>', or '>=', each optionally prefixed with '!'
|
||||||
(not).
|
(not).
|
||||||
|
To make a query for "all videos in groups that the user is in", pass
|
||||||
|
"groups" as key and "$my" as value.
|
||||||
Leaving out `keys` or passing `positions` can be useful when building a
|
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,
|
responsive UI: First leave out `keys` to get totals as fast as possible,
|
||||||
then pass `positions` to get the positions of previously selected items,
|
then pass `positions` to get the positions of previously selected items,
|
||||||
|
|
Loading…
Reference in a new issue