shared: LooqsQuery: Add implicit AND also for lone words
这个提交包含在:
父节点
c11fd1a9ff
当前提交
076c3c4c7f
@ -320,7 +320,7 @@ LooqsQuery LooqsQuery::build(QString expression, TokenType loneWordsTokenType, b
|
||||
QVector<Token> newTokens;
|
||||
|
||||
TokenType prevType = BOOL_AND;
|
||||
int needsBoolean = FILTER_CONTENT | FILTER_PATH | NEGATION;
|
||||
int needsBoolean = FILTER_CONTENT | FILTER_PATH | NEGATION | WORD;
|
||||
for(Token &t : result.tokens)
|
||||
{
|
||||
if(t.type == BRACKET_OPEN || t.type & needsBoolean)
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户