Can't and Cant different in fulltext search

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

Can't and Cant different in fulltext search

Post by voltrader »

I'm using fulltext indexes on some of my columns which have both possessive and non-possessive names like Bruce and Bruce's.

A fulltext search for Bruce does not bring up records for Bruce's

Is there any way to do this?

I have mySQL fulltext character limit set at 2
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

query expansion?
Post Reply