rsanchez / dynamo

Makes Dynamic Parameters behave more like the Search module.
http://devot-ee.com/add-ons/dynamo/
10 stars 2 forks source link

Question on single entries #13

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi, I have the following

site.com/products <= here is where my dynamo filter is and returns the results. site.com/products/single_entry <= here is where i can view a single entry returned from the results.

But now I would like to add "previews - next" pagination on the single entry but based on the filtered results that were done in site.com/products

Is this possible?

perhaps by storing the search_id or something?

rsanchez commented 11 years ago

You'd have to store the search_id somehow. Maybe in a cookie using PHP or one of the cookie plugins on devotee. Or you could store it in a url segment somehow. It's probably not going to be easy to do so. It's a nice feature request, though.