Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Prev / Next on Search Result Page

Quote Reply
Prev / Next on Search Result Page
I just noticed that there don't seem to be any way to use <%prev%> or <%next%> tag on search result page effectively.

As using <%prev%> outputs an error, while using <%next%> outputs full pagination info instead of just direct link to next page.

Any idea on how to directly link to previous page link and next page links?

Here is the code I am using:

Code:
Showing: <b>1 to 10 of 254 Listings</b>

View: <%if prev%><a href="<%prev%>">Previous 10</a><%endif%>

<%if next and prev%> - <%endif%>

<%if next%><a href="<%next%>">Next 10</a><%endif%>

Vishal
-------------------------------------------------------