shared: LooqsQuery: Add outline search filters

This commit is contained in:
2023-05-14 14:23:57 +02:00
父節點 517e62dca2
當前提交 763bc47a89
共有 2 個文件被更改,包括 10 次插入0 次删除

查看文件

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