Page 1 of 1

Paging through search results

Posted: Sun Jan 10, 2016 3:31 am
by tamnof
Helo,

In cases the InfoRouter repository contains thousands of documents, when the client request a list of documents, the length of the list might be to heavy to be sent in a single response. In this case paging is required - the response will be sent in pages, each page will contain a pre-configured count of document-records.

The question is: How do I implement it with InfoRouter?

We are trying to implement it through the Search WebMethod and the GetNextSearchPage WebMethod, but it does not work. In the first call we get all the document-records instead.

Are we in the correct path to solve the paging issue?

Thanks, Tamir Nof