【发布时间】:2019-07-25 16:38:20
【问题描述】:
是否可以执行以下类型的流过滤器(伪代码)?
(track = "shooter" and location = "Miami") or (track = "flood" and location="Los Angeles") or ...
我认为这可能是不可能的,因为以下 (quoted from the documentation):
track、follow 和 locations 字段应被视为 与 OR 运算符结合使用。
【问题讨论】: