Re: How to implement paginated search results

2009-07-18 Thread Thiago H. de Paula Figueiredo
Em Sat, 18 Jul 2009 17:23:52 -0300, Pete Poulos escreveu: Thanks for the reply Thiago, You're welcome! How would you set it up? If I have variable number of search criteria (the user can leave some criteria empty, also some searches I've seen let users add new criteria rows), wouldn't I

Re: How to implement paginated search results

2009-07-18 Thread Pete Poulos
Thanks for the reply Thiago, I have a question about this item: >> Page Context >> Store the search criteria in the page context (by encoding it into a >> string representation?). It seems like a large number of sites store >> their search criteria into the pages URL in one manner or another, >>

Re: How to implement paginated search results

2009-07-18 Thread Thiago H. de Paula Figueiredo
Em Sat, 18 Jul 2009 15:40:10 -0300, Pete Poulos escreveu: Hi, Hi! Session Store the search criteria in the users session. From what I can tell this won't work because when the user starts a new search in a new tab the new search criteria will replace the search criteria used by the tabs

How to implement paginated search results

2009-07-18 Thread Pete Poulos
Hi, I have a search page where users enter in a set of search criteria and are then redirected to a search results page. I don't want to display all of results in one page, so I am working on implementing a paginated navigation bar along the top of the page which looks something like the followin