Gossamer Forum
Home : Products : Gossamer Links : Discussions :

no search results

Quote Reply
no search results
I change the Indexing Scheme to mysql so the search will work with the Search Weight, after I change this if I search word with just 2 or 3 signs it not find any answer.
Is there a way to solve this problem?
Quote Reply
Re: [nir] no search results In reply to
Hi,

Sounds like you need to reindex.

Log in via Telnet/SSH, and run:

cd /path/to/admin
perl nph-index.cgi --reindex

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] no search results In reply to
Hi Andy, I made your suggestion, bet it still not work, do you have idea?
Quote Reply
Re: [nir] no search results In reply to
Hi,

Try changing to INTERNAL ;

cd /path/to/admin
perl nph-index.cgi --change-driver=INTERNAL
perl nph-index.cgi --reindex

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] no search results In reply to
Still not workingPirate
Quote Reply
Re: [nir] no search results In reply to
Hi,

Sorry, I'm stumped then :(

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [nir] no search results In reply to
Hi nir,

I am having the same problem at the moment. Did you find a solution for your search results?

Thanks

Niko
Quote Reply
Re: [el noe] no search results In reply to
I have done what Andy have mentioned and it seems to work for me.

1. Its a custom text field
2. Search weight is at 3
3. This text field contains only one word for test: webhostingcube

Now I tried to search with the word, however it didnt worked for first 4-5 times, however after doing reindexing again it started working just fine.

Hope this helps.

Vishal

-------------------------------------------------------
Web Hosting Kit: A to Z of Web Hosting! http://www.webhostingkit.com/
Software Devil: Software Search Made Easy! http://www.softwaredevil.com/
-------------------------------------------------------
Quote Reply
Re: [SWDevil.Com] no search results In reply to
Hi Vishal,

thank you for your reply. INTERNAL and NONINDEXED work fine. Just MYSQL as indexing scheme does not work at all.
I just did mysql (which has InnoDB and Collation latin1_bin): show index from glinks_Links; which shows the following.
Code:
+--------------+------------+-----------+--------------+---------------+-----------+-------------+----------+--------+------+------------+---------+
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment |
+--------------+------------+-----------+--------------+---------------+-----------+-------------+----------+--------+------+------------+---------+
| glinks_Links | 0 | PRIMARY | 1 | ID | A | 83827 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | expiryndx | 1 | ExpiryDate | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | expiryndx | 2 | ExpiryNotify | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | expcntndx | 1 | ExpiryCounted | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | expcntndx | 2 | ExpiryDate | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | popndx | 1 | isPopular | A | 2 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | valexpndx | 1 | isValidated | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | valexpndx | 2 | ExpiryDate | A | 4 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | stndx | 1 | Status | A | 24 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | newndx | 1 | isNew | A | 2 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | userndx | 1 | LinkOwner | A | 10 | NULL | NULL | | BTREE | |
| glinks_Links | 1 | urlndx | 1 | URL | A | 18 | NULL | NULL | | BTREE | |
+--------------+------------+-----------+--------------+---------------+-----------+-------------+----------+--------+------+------------+---------+

I would have expected Title, Description etc.

Regards

Niko
Quote Reply
Re: [el noe] no search results In reply to
Ok, I guess I found at least my own problem:
http://www.gossamer-threads.com/forum/?post=306604#p306604