Fixed #59 - Add a setting to display the short form of links in search results
This commit is contained in:
@@ -252,7 +252,7 @@ export async function addToIndex(file: TAbstractFile): Promise<void> {
|
||||
|
||||
// Make the document and index it
|
||||
const note: IndexedNote = {
|
||||
basename: file.path,
|
||||
basename: file.basename,
|
||||
content,
|
||||
path: file.path,
|
||||
aliases: getAliasesFromMetadata(metadata).join(''),
|
||||
|
||||
Reference in New Issue
Block a user