GET queries to the REST endpoint of Esri-hosted feature service layers 404 if more than 97 non-unique values are included in the query.
上次发布: March 22, 2018ArcGIS Online
漏洞 ID 编号
BUG-000112056
已提交
March 1, 2018
上次修改时间
September 1, 2023
适用范围
ArcGIS Online
找到的版本
5.4
操作系统
Windows OS
操作系统版本
10
状态
In Review
该问题正在审查中。 审查过程可确保问题包含所有必要信息、易于理解、不与现有问题重复,且为关于漏洞或增强功能的有效请求。 在此阶段,可能会联系您进行说明或提供其他信息。
解决办法
Workaround 1: Use "BETWEEN" operators to supply ranges to the query and lessen the number of individual values. Individual values can also be included with the use of "OR".Workaround 2: Create a connection to <a href="http://services.arcgis.com" target="_blank">services.arcgis.com</a> in ArcGIS Desktop. Perform selection query on the data using all unique values desired. (No individual values limit on Query with this method.)