f1r3fl3x Posted March 28, 2009 Share Posted March 28, 2009 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 ??? Quote Link to comment https://forums.phpfreaks.com/topic/151522-solved-fulltext-search-help/ Share on other sites More sharing options...
f1r3fl3x Posted March 28, 2009 Author Share Posted March 28, 2009 Found it on the internet! If anyone has the same problem, here's the solution: the wildcard is '*' (link) and is used in BOOLEAN MODE (link) Quote Link to comment https://forums.phpfreaks.com/topic/151522-solved-fulltext-search-help/#findComment-795933 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.