Hey, I was wondering if there was a way to get offset feed entries returned. So, instead of returning only entries 1 to 100, it would return entries 51 to 100. The first result returned would be the 51st entry.
I'm building an app that needs to look back through a series of entries. Every new page goes back 50 entries. I don't want to have to download the same entries along with the new ones at every page increment. Currently, without knowing how to offset the results, the only way I can imagine to do it is to make a new call to the API for every page, requesting a greater and greater amount of results. Cheers -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com. To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.