I,m using search sample code(ArcGIS API for JavaScript Sandbox ) in arcgis javascript 3.22 and have a problem in searching utf-8 characters. the search tools return null when words are in utf-8 !! what should I add in my code?
regards
Solved! Go to Solution.
problem solved. It was related to my geodatabase collation.
Anjelinia,
What does
the search tools return null when words are in utf-8 !!
what does that mean exactly?
search tools can not find any things. I,m sure I have 10 records that have words exactly same as my search word. But serach tools can not find them !!
Are you searching a FeatureLayer source or just the world geo Oder?
I.m searching Feature Layer on my arcgis server 10.2.2
And set that as one of the search widgets sources right?
Yes
It work with none utf-8 charcters(english words) very good. but it has problem with utf-8 like arabic and .... !!!
Anjelina,
Well that is something you would have to report to your local esri tech support then. I would think that other non English users would have reported an issue this this already if there was a major bug like that though.
Hi
How we can apply this suggest in arcgis java script? :
Problem: Attribute queries using Unicode strings do not work against SQL Server
problem solved. It was related to my geodatabase collation.