shared: LooqsQuery: Add outline search filters

This commit is contained in:
2023-05-14 14:23:57 +02:00
parent 517e62dca2
commit 763bc47a89
2 changed files with 10 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ class LooqsQuery
this->limit = limit;
}
bool hasContentSearch() const;
bool hasOutlineSearch() const;
bool hasPathSearch() const;
void addSortCondition(SortCondition sc);