Folks,
I am trying to implement "pagination" for Search able model.
I will eventually have around 1 GB of DB .
query = search.SearchableQuery('Person')
query.Search(keyword)
visas=query.Get(100,1)
Now Get doesn't take OFFSET as a parameter. Fetch is not implemented for
"SearchablQuery" . Any ideas on how I can implement pagination for such a
scenario.
Rgds,
Venkatesh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---