The Search widget's suggest-complete results do not return attributes.
上次发布: July 26, 2017ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000104606
已提交
April 20, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We don't return attributes in 4x. We only return a text string. We only get the attributes necessary as there are sometimes multiple queries for suggestions and we want it to be fast. We then convert the attributes that were received into a text string so that is consistent with the Locator suggest result. Only the search result has attributes. Suggestions are just text with a key to actual result and a key to the source index.