Hi, I wonder whether I can learn some best practice here on how to do multi-page search result, similar to what Google does. My search is computation intensive, and it will be very expensive to do the search all over from beginning when the user clicks on "next page". I am thinking about storing the result somewhere (maybe in the database) and a particular page just displays a sliced section of the results. It will have its problems (like how long should I keep it?), but maybe with some tricks I can make it work. Still, before I jump into it, can someone here who has some experience on this can provide some helpful comments/suggestions? By the way, I read the "cache" section of Django book and it does not seem to be able to solve my problem here as the pages are dynamic.
Thank you very much for your kind help. Wanrong --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---