This commit is contained in:
Simon Cambier
2022-07-01 18:30:23 +02:00
parent 4b288200e6
commit 5a3b721d70

View File

@@ -321,7 +321,7 @@ export async function addToIndex(file: TAbstractFile): Promise<void> {
// Make the document and index it
const note: IndexedNote = {
basename: file.basename,
basename: removeDiacritics(file.basename),
content,
path: file.path,
mtime: file.stat.mtime,