Bug #77054 | Fulltext search with wildcard and words with apostrophe (‘) works incorrectly | ||
---|---|---|---|
Submitted: | 16 May 2015 3:23 | Modified: | 3 Dec 2015 9:10 |
Reporter: | Mick Pope | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: FULLTEXT search | Severity: | S3 (Non-critical) |
Version: | 5.6.24, 5.6.29, 5.7.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Full-text search INNODB BOOLEAN Apostrophe wildcard |
[16 May 2015 3:23]
Mick Pope
[3 Dec 2015 9:10]
MySQL Verification Team
Hello Mick Pope, Thank you for the report and test case. Observed this with 5.6.29, 5.7.11 builds. Thanks, Umesh
[14 Mar 2016 4:19]
Mike Bruni
Tried the suggestion here: http://dev.mysql.com/doc/refman/5.6/en/full-text-adding-collation.html Successfully created the "latin1_fulltext_ci" collation, restart mysql service, created the sample table, and inserted the rows. But when I try the match against query, it returns an error: ERROR 1064 (42000): syntax error, unexpected '-' I also have tried this for names with apostrophes and have tried switching the collation to lowercase for apostrophe (0x27) and, while there is not an error, the search always treats the apostrophe as a word break