Forums

 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsProblem while searching for foreign characters like äProblem while searching for foreign characters like ä
Previous Previous
 
Next Next
New Post
 10/14/2008 5:40 AM
 
 Modified By john84  on 10/14/2008 5:40:58 AM
Problem while searching for foreign characters like ä,ö,ü,á,é and so on. If I type chars like this in the search box for example to search a Client called "Wälder" it will not be found an the ä is replaced by a quadrangle. Take a look here: http://www.preis-broker.de/SearchError.png

You know this problem, is there anything I could do to fix it? Ad the moment we search only for parts like "lder" but it would be better if we could resolve it because the system will be used in many coutries they use this chars like Germany, Italy and Spain.

Thanks in advance
Johannes
New Post
 10/14/2008 8:13 AM
 
 Modified By Support  on 10/14/2008 8:14:22 AM

It only seems to be a problem if you use the unified search (the search box in the upper right corner).  When searching using the basic or advanced search dialog in the modules, the problem does not appear. 

The problem appears to be that we are escaping the search text when we should not.  In the App_MasterPages folders, replace:
escape(frm['<%= txtUnifiedSearch.ClientID %>'].value)
with
frm['<%= txtUnifiedSearch.ClientID %>'].value

New Post
 10/14/2008 8:50 AM
 
Yes that's it thanks a lot!
New Post
 10/14/2008 8:56 AM
 
 Modified By john84  on 10/14/2008 8:58:15 AM
  
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsProblem while searching for foreign characters like äProblem while searching for foreign characters like ä