1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Search engine: normalize text

This commit is contained in:
Laurent Cozic
2019-01-13 16:05:07 +00:00
parent 4472590133
commit a1f0bd1e6c
4 changed files with 72 additions and 4 deletions

View File

@ -164,6 +164,7 @@ class Setting extends BaseModel {
'resourceService.lastProcessedChangeId': { value: 0, type: Setting.TYPE_INT, public: false },
'searchEngine.lastProcessedChangeId': { value: 0, type: Setting.TYPE_INT, public: false },
'searchEngine.initialIndexingDone': { value: false, type: Setting.TYPE_BOOL, public: false },
};
return this.metadata_;