Doctrine Searchable with non-ASCII characters
Posted
by oyerli
on Stack Overflow
See other posts from Stack Overflow
or by oyerli
Published on 2010-05-16T15:28:09Z
Indexed on
2010/05/16
15:30 UTC
Read the original article
Hit count: 346
Hi,
I have text in Turkish language: "selam günaydin". Doctrine searchable converts it to keywords in table: -selam -guenaydin
So "guenaydin" was saved in table as keyword "günaydin" so when somebody writes in search "günaydin" he gets nothing - what can I do?
© Stack Overflow or respective owner