Select to view content in your preferred language

search utf-8 charcters

3208
12
Jump to solution
11-24-2017 03:46 AM
anjelinaponkerat
Frequent Contributor

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

12 Replies
anjelinaponkerat
Frequent Contributor

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...

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Anjelina,

   Search widget suggestions only works for FeatureLayer Sources 10.3 or higher:

10.3 feature layer that supports pagination, i.e. supportsPagination = true.

ThoPham1
New Contributor

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.

0 Kudos