Using the OR operator in the ArcGIS API for Python gis.users.search() function returns all members of the organization.
上次发布: July 11, 2022ArcGIS API for Python
漏洞 ID 编号
BUG-000149901
已提交
June 10, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
1.9.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This issue is by design regarding the query syntax within the ArcGIS ecosystem. Placing parentheses around the query, such as 'gis.users.search("(adminaccount OR anotheraccount)")' returns the intended results.