MySQL Fulltext searching
March 25, 2005 9:39 PM
Subscribe
Is it possible to implement full-text substring table searches in MySQL?
I'm relatively new to MySQL, and have been developing a website that uses its FULLTEXT search function. This works okay, but the issue is that the builtin search only searches whole words, and doesn't perform a substring search. For example, if "Metafilter" was in the index, a search for "filter" won't return it. I've checked the MySQL manual to no avail. Is this possible to do this using MySQL, or will I have to switch DBMSes? This is pretty important to the functionality of the site.
posted by esch to computers & internet (10 comments total)
My intuition is there's a better way to arrange your data in the database that wouldn't require searching this way at all. Can you give us some detail on why you need to search for partial words?
posted by cillit bang at 9:59 PM on March 25, 2005