#72 fixed
This commit is contained in:
@@ -321,7 +321,7 @@ export async function addToIndex(file: TAbstractFile): Promise<void> {
|
|||||||
|
|
||||||
// Make the document and index it
|
// Make the document and index it
|
||||||
const note: IndexedNote = {
|
const note: IndexedNote = {
|
||||||
basename: file.basename,
|
basename: removeDiacritics(file.basename),
|
||||||
content,
|
content,
|
||||||
path: file.path,
|
path: file.path,
|
||||||
mtime: file.stat.mtime,
|
mtime: file.stat.mtime,
|
||||||
|
|||||||
Reference in New Issue
Block a user