Theo, that will not work. It will aways get the same 1000..and the only thing offset does is get 1 to 100 or 100 to 200.
Tony : Well, i have a simple search http://payrate.appspot.com/infosys_salary This search returns more than 1000 records..who do i show them all ? My page explodes after page 10 Rgds, Venkatesh On Thu, Oct 2, 2008 at 8:04 PM, Tony Arkles <[EMAIL PROTECTED]> wrote: > > Theo, I don't think that will work. From what I understand, the 1000 > entity limit is applied before the offset is considered. > > > > On Oct 2, 8:46 pm, theo <[EMAIL PROTECTED]> wrote: > > It's easy. Just keep on calling .fetch(1000, 1000 * n) where n gets > > incremented every time > > > > On Oct 2, 6:42 pm, Tony Arkles <[EMAIL PROTECTED]> wrote: > > > > > The real goal is to figure out how *not* to do that. :) > > > > > What are you trying to accomplish? > > > > > On Oct 2, 6:15 pm, "Venkatesh Rangarajan" > > > > > <[EMAIL PROTECTED]> wrote: > > > > Is it possible to retrieve more than 1000 entities ? > > > > > > Has anyone figured a way to do this ? > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
