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

This commit is contained in:
2022-01-04 11:09:41 +01:00
parent 1f35e2120e
commit c0657947b1
2 changed files with 14 additions and 1 deletions

View File

@@ -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);