Jump to content

[SOLVED] Fulltext search help


f1r3fl3x

Recommended Posts

Hi all, is it possible to use the '%' in a match .. against statement?

I keep getting resultsets with only whole-word matches, for example

 

the statement

 

select * from table_x where match(field_y) against ("%multi%");

 

does not give back the rows where field_y

(which is a TEXT field with a FULLTEXT index)

contains the word "multitasking"

 

AND how can i make it search for more than one word at a time ???

Link to comment
https://forums.phpfreaks.com/topic/151522-solved-fulltext-search-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.