Thanks Mark,
I did try fast result count and it seems to be faster.
I also want the format result style of the children links to be different than the parent one. Right now all links are displaying using the same result style, is there anything I can change in the <result> function to make $RpsMoreResultsHTML use a different style?
I'm not sure how to change the line below to reflect a new result style.
<if 8 neq $SSc_resultstyle> <!-- not XML output -->
<send $RpsMoreResultsHTML><$RpsMoreResultsHTML = >
</if>
I tried setting <$SSc_resultstyle = resultMore> where I created <a name=resultMore> as the new style but it didn't work...
I did try fast result count and it seems to be faster.
I also want the format result style of the children links to be different than the parent one. Right now all links are displaying using the same result style, is there anything I can change in the <result> function to make $RpsMoreResultsHTML use a different style?
I'm not sure how to change the line below to reflect a new result style.
<if 8 neq $SSc_resultstyle> <!-- not XML output -->
<send $RpsMoreResultsHTML><$RpsMoreResultsHTML = >
</if>
I tried setting <$SSc_resultstyle = resultMore> where I created <a name=resultMore> as the new style but it didn't work...