diff --git a/src/search.ts b/src/search.ts index 30736ea..637a3d7 100644 --- a/src/search.ts +++ b/src/search.ts @@ -251,7 +251,7 @@ export async function addToIndex(file: TAbstractFile): Promise { } // Fetch content from the cache to index it as-is - const content = await app.vault.cachedRead(file) + const content = removeDiacritics(await app.vault.cachedRead(file)) // Make the document and index it const note: IndexedNote = {