bauhsoj
07-14-2006, 04:49 PM
How do I get a fulltext search to return only records that contain all terms instead of records that contain any of the terms?
In other words, if I enter the search "blues clues" MySQL will only find records that contain the words "blues" AND "clues" without having to introduce special boolean search syntax.
In other words, if I enter the search "blues clues" MySQL will only find records that contain the words "blues" AND "clues" without having to introduce special boolean search syntax.