I am using share point search in my app.First i requested 101 results that is StarAt is 1 and Count is 101 .I save the "totalAvailable" in a variable at first request, and when the user scroll the list it checks if the totalAvailable is greater than the count and if it is true i requested again with startAt value 101 and count 201.and so on.The problem is with the startAt value .that is even i give the startAt value 101 or 201 or some other value.it returns the total results from startAt 1.that is for example at first i get the result from 1 to 101 and then 1 to 201..and so on..how can i get the search results within a limit? Also is there any method to implement fast search?

link|improve this question
Please edit your question to improve the chances of getting an answer. As it stands it is very difficult to understand what you are asking, and you actually have several extra questions at the end. It is best to ask a single clearly defined question. It will be closed for now, but don't worry - once you have improved the question flag a moderator and it can be reopened. See our FAQ for general guidelines. – SPDoctor Feb 17 at 15:55
feedback

closed as not a real question by SPDoctor Feb 17 at 15:56

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.