You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Done Welcome integration on mobile and CLI
This commit is contained in:
@@ -152,7 +152,7 @@ class SearchEngine {
|
||||
this.logger().info('SearchEngine: Updated FTS table in ' + (Date.now() - startTime) + 'ms');
|
||||
|
||||
this.isIndexing_ = false;
|
||||
}
|
||||
}
|
||||
|
||||
async countRows() {
|
||||
const sql = 'SELECT count(*) as total FROM notes_fts'
|
||||
|
||||
Reference in New Issue
Block a user