LooqsQuery: Add hasContentSearch(),hasPathSearch() convenience functions

This commit is contained in:
2022-01-04 11:09:41 +01:00
父節點 1f35e2120e
當前提交 c0657947b1
共有 2 個文件被更改,包括 14 次插入1 次删除

查看文件

@@ -52,6 +52,9 @@ class LooqsQuery
{
return tokensMask;
}
bool hasContentSearch();
bool hasPathSearch();
void addSortCondition(SortCondition sc);
static bool checkParanthesis(QString query);
static LooqsQuery build(QString query, TokenType loneWordsTokenType, bool mergeLoneWords);