gui: Perform content search and path search by default

Search for content and paths. Merge lone words for content search.

This behaviour is much more natural than typing "c:()".
此提交包含在:
2021-12-30 12:17:12 +01:00
父節點 bb5a793300
當前提交 407ee1210c
共有 6 個檔案被更改,包括 27 行新增10 行删除

查看文件

@@ -54,7 +54,7 @@ class LooqsQuery
}
void addSortCondition(SortCondition sc);
static bool checkParanthesis(QString query);
static LooqsQuery build(QString query);
static LooqsQuery build(QString query, TokenType loneWordsTokenType, bool mergeLoneWords);
};
#endif // LOOQSQUERY_H