diff --git a/specification/modules/search.rst b/specification/modules/search.rst index f44bb585d..8227128a1 100644 --- a/specification/modules/search.rst +++ b/specification/modules/search.rst @@ -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 results from within that group. +The currently supported locations for the ``next_batch`` token are: + +- ``search_categories..next_batch`` +- ``search_categories..groups...next_batch`` + A server need not support pagination, even if there are more matching results.