Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我了解无法使用“或”运算符进行查询。有什么替代方法可以使用两个过滤器针对相同的属性但不同的查询执行查询,例如:
scim2/Users?filter=field+sw+content-a&filter=field+sw+content-b
此Git 问题仍处于打开状态。因此,相信这尚未实施。
您可以使用 2 个 SCIM 调用(每个过滤器一个)来满足您的要求。然后以编程方式获取union结果。NOT操作员也是如此。您必须执行多个 SCIM 调用并以编程方式获取最终结果。
union
NOT