Single terms, phrases, and so on can be combined using OR in upper, lower, or mixed case.
单个术语、短语等可以使用大写、小写或混合大小写的“OR”进行组合。

The OR operator is interpreted as “at least one is required, more than one or all can be returned”.
OR运算符可以被解释为“至少需要满足其中一个条件,可以满足多个或全部”。

If not otherwise specified, by default search fragments will be ORed together.
如果没有另外指定,默认情况下搜索术语将使用OR进行连接。

big yellow banana
big OR yellow OR banana
TEXT:big TEXT:yellow TEXT:banana
TEXT:big OR TEXT:yellow OR TEXT:banana

These queries search for nodes that contain at least one of the terms big, yellow, or banana in any content.
上述查询语句搜索在任何内容中至少包含一个术语big、yellow或banana的节点。

文档更新时间: 2020-02-08 20:53   作者:凌云文档