Hello there again My app does searchs on products and makes a list with the results. I paginate them in 10 results per page, and users can click an item to show it. Well, the CEO's of this project want users to be able to browse results one by one.
I mean: 1) you search "hello this is sample search string" 2) you get 20 pages of results 3) on page 3, you click an item 4) it shows you a page with the item details 5) here they want a "previous" and a "next" button, for browsing items one by one without going back to the list I'm not sure of the best way to do it, but I've thought to save a session variable including all the item id's so I can read previous and next items from the array. Is it a good idea? If it is, how can I access the whole array of id's coming from sphinx after the "Search" call? Thanx in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
