how to use the AGAINST () for more keywords? it must find the 2 keywords "two" and "words" even if they in this order "two words" also if the title is "two more words" then it must match too. WHERE MATCH (title,content) AGAINST ('two words') or WHERE MATCH (title,content) AGAINST ('%two%words%') or is there some other way ? thank you, w47w47
shouldn't make any trouble for you if you are only trying to search those two terms in that order. if you wanted to match if it contained 'words two' you would need to rework your query