Scenario:
"I already use one of the recommended methods for paginating my blog but I would like to get this for my search results as well, since some search results return very long pages."
Original forum thread (thanks, roel!):
http://forum.nucleuscms.org/viewtopic.php?t=14843
Solution:
You can use the <%prevlink%> and <%nextlink%> built-in Nucleus variables to paginate your search results.
Just place the following code in your Search skin part to get your search results in pages of X items per page:
<%searchresults(templatename/index,X)%> <%prevlink(previous results,X)%> | <%nextlink(next results,X)%>
templatename is the name of your template.