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