mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
search should ignore diacritics, closes #2182
This commit is contained in:
@@ -649,7 +649,7 @@ class Note extends AbstractEntity {
|
||||
this.flatTextCache += ' ';
|
||||
}
|
||||
|
||||
this.flatTextCache = this.flatTextCache.toLowerCase();
|
||||
this.flatTextCache = utils.removeDiacritic(this.flatTextCache.toLowerCase());
|
||||
}
|
||||
|
||||
return this.flatTextCache;
|
||||
|
||||
Reference in New Issue
Block a user