mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 02:14:10 +01:00
Expand on where pagination tokens can be returned
This commit is contained in:
parent
46fd0b252c
commit
23b2497743
|
|
@ -72,6 +72,11 @@ The scope of the pagination is defined depending on where the ``next_batch``
|
||||||
token was returned. For example, using a token inside a group will return more
|
token was returned. For example, using a token inside a group will return more
|
||||||
results from within that group.
|
results from within that group.
|
||||||
|
|
||||||
|
The currently supported locations for the ``next_batch`` token are:
|
||||||
|
|
||||||
|
- ``search_categories.<category>.next_batch``
|
||||||
|
- ``search_categories.<category>.groups.<group_key>.<group_id>.next_batch``
|
||||||
|
|
||||||
A server need not support pagination, even if there are more matching results.
|
A server need not support pagination, even if there are more matching results.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue