所以几乎完全相同的问题here正是我正在寻找的。然而,我的问题的转折是我使用QParser的“字段”值不需要转义值,因此语法完全不同。
我的fq示例:fq={!field f=category}some value
我尝试了各种组合在查询中包含我的OR值,但搜索返回0结果或无法正确解析。
我尝试过的几种方法是:
fq={!field f=category}(some value OR some other value)
fq={!field f=category}some value OR {!field f=category}some other value
fq=({!field f=category}(some value OR some other value))
我正在尝试做什么?
答案 0 :(得分:0)
这可能会有所帮助。试试这个
fq=({!field f=category})somevalue OR othervalue