Gossamer Forum
Home : Products : Gossamer Links : Discussions :

paging on search results, categories and links

Quote Reply
paging on search results, categories and links
Hi,

I think that the in specific case the paging code will create issues for end users.

For example when I do a search that brings up more than 10 results in categories and less than 10 links AND that the maximum hits per page is 10 I don't get the page spanning coming up so the user can't see the next results, but maybe it's just an issue with the way I've modified my seach_results.html template.

I would suggest having the code :

Code:
<%if paging.num_hits%><div class="paging"><%Links::Utils::paging()%></div><%endif%>

either before :
<h2>Search Results</h2>
or
<%if category_results_loop.length~%>

But it's just a suggestion :)

John
Significant Media