【发布时间】:2019-10-09 12:36:24
【问题描述】:
我在查询时遇到了一些问题。 我想运行类似的查询
select *
from products
where MATCH(author) against('jorgen')
问题在于,在我的数据库中,实际值为 jørgen,因此查询不会返回任何内容
【问题讨论】:
-
stackoverflow.com/questions/8647080/… 谈论波兰语并建议在测试中使用限定符并使用
utf8_general_ci。这是可能与这个问题不同的 3 件事,所以我投票决定重新开放。
标签: mysql character-encoding full-text-search collation