Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [SWDevil.Com] no search results

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
Subject Author Views Date
Thread no search results nir 5476 Dec 19, 2007, 4:04 AM
Thread Re: [nir] no search results
Andy 5370 Dec 19, 2007, 4:27 AM
Thread Re: [Andy] no search results
nir 5384 Dec 19, 2007, 5:09 AM
Thread Re: [nir] no search results
Andy 5378 Dec 19, 2007, 5:19 AM
Thread Re: [Andy] no search results
nir 5403 Dec 19, 2007, 5:32 AM
Post Re: [nir] no search results
Andy 5454 Dec 19, 2007, 5:33 AM
Thread Re: [nir] no search results
el noe 5171 Jul 29, 2009, 3:42 PM
Thread Re: [el noe] no search results
VishalT 5176 Jul 29, 2009, 5:35 PM
Thread Re: [SWDevil.Com] no search results
el noe 5158 Jul 29, 2009, 11:44 PM
Post Re: [el noe] no search results
el noe 5154 Jul 30, 2009, 2:19 AM