From c61ae86102b465e04de4e9c244b1c69fc91a558f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 7 Dec 2015 16:00:15 +0000 Subject: [PATCH] Specify behaviour if server does not support pagination --- specification/modules/search.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/modules/search.rst b/specification/modules/search.rst index 8227128a..5d820826 100644 --- a/specification/modules/search.rst +++ b/specification/modules/search.rst @@ -78,6 +78,7 @@ The currently supported locations for the ``next_batch`` token are: - ``search_categories..groups...next_batch`` A server need not support pagination, even if there are more matching results. +In which case they must not return a ``next_batch`` token in the response. Security considerations