If the Search widget is set to layer and search for the letter 'ß', the request is automatically converted into an 'SS' in the SQL query and provides results.
上次发布: November 8, 2019ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000126555
已提交
November 6, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.13
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The ArcGIS API for JavaScript does the same action as the geocoding service.
The query sent to the server is below:
"https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?f=json&text=%C3%9F&maxSuggestions=6&location=%7B%22spatialReference%22%3A%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D%2C%22x%22%3A-10797990.606947355%2C%22y%22%3A4579425.812870008%7D
This is not specific to the ArcGIS API for JavaScript.