1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Nearly finished search engine backend

This commit is contained in:
Laurent Cozic
2018-12-10 18:54:46 +00:00
parent cb16a10121
commit 460f826672
4 changed files with 206 additions and 50 deletions

View File

@ -159,6 +159,7 @@ class Setting extends BaseModel {
'api.token': { value: null, type: Setting.TYPE_STRING, public: false },
'resourceService.lastProcessedChangeId': { value: 0, type: Setting.TYPE_INT, public: false },
'searchEngine.lastProcessedChangeId': { value: 0, type: Setting.TYPE_INT, public: false },
};
return this.metadata_;