From 23b2497743903d47a7c2b7ebc6e53d4527050eb8 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 1 Dec 2015 15:31:35 +0000 Subject: [PATCH] Expand on where pagination tokens can be returned --- specification/modules/search.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.