我很难编写将返回所有这些可能的字符串值的查询。为了使情况更加困难,可以有超过 1 套 |###>###| 一个字符串中的块,因此在这些之间使用 OR 根本行不通。
我可能不正确地使用 OR 运算符进行分组,因为我使用的每一次尝试最终都要求我从“schema3”开始匹配。
这就是我在脑海中描绘的样子:
item_s:schema3|(a OR atext OR "")>(a OR atext OR "")|
item_s:schema3|a>|
item_s:schema3|>a|
item_s:schema3|atext>|
item_s:schema3|>atext|
item_s:schema3|atext>a|
item_s:schema3|a>atext|