Store words with accents inputed through htmltext in fulltext
-------------------------------------------------------------

                 Key: NXP-4364
                 URL: http://jira.nuxeo.org/browse/NXP-4364
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
    Affects Versions: 5.3 GA
            Reporter: Radu Darlea
            Assignee: Thierry Delprat
             Fix For: 5.3.x


The words with accents or other characters outside the base set ASCII (Western 
characters and others) inputed through htmltext control (rich text editor) are 
not found on search.
Steps to reproduce:
1. Create a note document
2. Input in content a text like "pané means breaded"
3. Simple search "breaded": you'll find the document
4. Simple search "pané": you won't find a thing
5. Simple search "pan": you will find it

Indeed, the text is inputed in the rich text control as WYSIWYG but in DB (in 
the table corresponding to the respective schema) the content is saved as HTML 
text: "paneacute; means breaded". In the fulltext it ends up like "pan", which 
is another problem. 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to