Commit Graph

4 Commits

Author SHA1 Message Date
418bc5e6f6 Rename all symbols to new project name 2021-06-12 14:59:58 +02:00
404f05b89f Refactor search queries: Introduced QSSQuery
Purpose is to seperate certain logic from SQLite and generalize it more.
Even though we only have Sqlite atm, in general the database layers
must be stupid as possible, while QSSQuery should do most of the hard work.

Fixes in Tokenizer logic.
Switched to C++17.
2019-08-18 00:25:21 +02:00
e37aa61eda CommandSearch: Begin basic functionality (prints filename of result) 2019-04-22 23:11:28 +02:00
2f1f41608f Added SqliteDbService: All sqlite queries etc. go here 2019-04-16 08:49:02 +02:00