Page 1 of 1

Paging Search Results

Posted: Sun Jan 10, 2016 3:58 am
by tamnof
Hi,
In our client's InfoRouter repository there are thousands of documents. When the user make a search, his request might require returning thousands of documents as a response. Returning a list with such a length is to much resource consuming.

We are trying to solve the issue using the following WebMethods:
  • Search
    GetNextSearchPage
The problem is that in the first call to GetNextSearchPage, all document records are retrieved.

How should we implement the paging?

Thanks, Tamir Nof

Re: Paging Search Results

Posted: Thu Feb 04, 2016 5:39 am
by infoRouter Guru
The GetNextSearchPage should return only a page of data. Please contact support@inforouter.com and provide details.