From f37481f843c3ae7aa0c43591c9c7fc4a501c1f5b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Nov 2014 14:31:27 +0100 Subject: DatabaseCommands: add "window" parameter to "search"/"find" --- doc/protocol.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/protocol.xml') diff --git a/doc/protocol.xml b/doc/protocol.xml index 858ca0990..a85bbbc86 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1558,6 +1558,7 @@ OK TYPE WHAT ... + window START:END @@ -1602,6 +1603,13 @@ OK WHAT is what to find. + + + window can be used to query only a + portion of the real response. The parameter is two + zero-based record numbers; a start number and an end + number. + @@ -1794,6 +1802,7 @@ OK TYPE WHAT ... + window START:END -- cgit v1.2.3