php - UTF 8 and Doctrine Full text search -


after try include searchable in schema in symfony. notice generator automatic generate indextable.

but inside indextable, see keywords being held without utf8 character

ex. nghĩa -> ngha

could affect search method doctrine? there way fix this?

have set encoding in databases.yml file?

there encoding parameter:

encoding: utf8 

maybe solve problem...

also in schema.yml file have option charset.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -