I have in schema:

Items:
  actAs:
    Timestampable: ~
    I18n:
      fields: [name]
      actAs:
        Searchable:
          fields: [name]
  columns:
    name:
      type: string(250)
      notnull: true


And when I save new item with cyrylic words Doctrine don't save them
as keywords in table Items_translation_index so I can't search it.
What is more Doctrine also converts non-Romanian chars for example in
polish words to words with only Romanian letters so I can't for
example search word 'żółw' because in Items_translation_index I have
'zolw'.
Why ?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to