Gossamer Forum
Home : Products : Gossamer Links : Discussions :

No links in Search result

Quote Reply
No links in Search result
my search returns no links and only return categories. I tried rebuild search, repair table, which made no difference. What could be wrong? Thanks.

Yanz



http://www.biomedgate.com
****Portal to life****
Quote Reply
Re: No links in Search result In reply to
Did you set "weights" for your columns in the Links table? If not, then that is your problem...set weights higher than 0 for the fields you want to be searched on.

Then RE-INDEX your LINKS and CATEGORIES....

Regards,

Eliot Lee
Quote Reply
Re: No links in Search result In reply to
Hi, Eliot

Thanks for reply.
I've already set links title to 3, description to 1.

Yanz


http://www.biomedgate.com
****Portal to life****
Quote Reply
Re: No links in Search result In reply to
Hi,

There was a typo in the UPGRADE docs:

ALTER TABLE Links_Score_List CHANGE Position Word_Post INT DEFAULT 0

should have been:

ALTER TABLE Links_Score_List CHANGE Position Word_Pos INT DEFAULT 0

Type 'DESCRIBE Links_Score_List' from the SQL monitor. If you see Word_Post, then enter:

ALTER TABLE Links_Score_List CHANGE Word_Post Word_Pos INT DEFAULT 0

and you should be working again. I'm going to update the file today so no one else runs into this.

Cheers,

Alex

--
Gossamer Threads Inc.