Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

search with no ranking system ?

Quote Reply
search with no ranking system ?
Hello all,

I wanna use search.cgi but i don't wanna let it use it's ranking system. Instead i wanna order it on Add_Date DESC is this possible ?

Last question:
If i do a search (and have set result to display on 25) and 72 links are found then on page 3 there is also a links to page 4 >>, but page 4 is for links 75-100. How to fix it ?

Allready thanks.

Regards Startpoint.
Quote Reply
Re: search with no ranking system ? In reply to
Look for the following codes in your Links.pm module file:

Code:

$LINKS{build_sort_order_search}


Simple put Add_Date as the field to sort by:

Code:

$LINKS{build_sort_order_search} = "Add_Date";


In Reply To:
If i do a search (and have set result to display on 25) and 72 links are found then on page 3 there is also a links to page 4 >>, but page 4 is for links 75-100. How to fix it ?
This seems to be a bug with the sub toolbar in the DB_Utils.pm module file...I have tried to fix that error, but with limited success.

Regards,

Eliot Lee