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.
I,m using search sample code and looking for a setting that search tools find similar words and list those. after list result choose every one related to her(him) search. for example I have 3 words in my database:
1- book man
2- book 2
3- booker
I need a setting that when a client write "book", the list of 3 record show and user choose every one...
Anjelina,
Search widget suggestions only works for FeatureLayer Sources 10.3 or higher:
10.3 feature layer that supports pagination, i.e.
supportsPagination = true
.
Dear anjelina ponkerat,
I have a same problem with Vietnamese, so what should I do with my geodatabase collation? Can you show me the solution?
Thank you.