|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
FULLTEXT not working
hey guys!
I'm trying to make a "fulltext" search type, but it isn't working the query (i echo it off) is: php Code:
When i execute this query it return a empty set, but it's wrong... And YES!!! it has a "FULLTEXT search (Field1,Field2)" on the "SHOW CREATE TABLE table"... What's wrong?! Thanx! |
|
#2
|
||||
|
||||
|
RE: FULLTEXT not working
Notice that if your FULLTEXT search returns more than half of the rows in your table, it returns zero rows.
|
|
#3
|
|||
|
|||
|
RE: FULLTEXT not working
or in other words, if you are searching for the words "the" and "blue", and if text in your table is in english, than almoust all of the rows will have the word "the", so that word will be ignored (just as you searched for only "blue").
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > FULLTEXT not working |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|