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

Re: search with no ranking system ?

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


Subject Author Views Date
Thread search with no ranking system ? startpoint 1950 Aug 30, 2000, 3:30 PM
Post Re: search with no ranking system ?
Stealth 1868 Aug 31, 2000, 8:29 PM