Will MySQL full-text-search return the results I need?

Posted by mike on Stack Overflow See other posts from Stack Overflow or by mike
Published on 2010-04-19T21:27:02Z Indexed on 2010/04/19 21:33 UTC
Read the original article Hit count: 149

Filed under:
|

I have a keyword field with a list of 5 keywords for each item. example below:

2008, Honda, Accord, Used, Car

Will MySQL full text return the item above for the following search requests?

2008 Honda Accord
Honda Accord
Used Car

If so, how well will this hold up when searching through fifty thousand plus records?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about full-text-search