Skip to content

Commit

Permalink
Fix: search links
Browse files Browse the repository at this point in the history
  • Loading branch information
alanta committed Nov 25, 2020
1 parent 5269404 commit 8712fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/LunrIndexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected override async Task<IEnumerable<IDocument>> ExecuteContextAsync(IExecu

documents.Add(id, new
{
url = searchItem.GetLink(context, false)+".html",
url = searchItem.GetLink(context, false),
title = searchItem.Title,
body = searchItem.Description
});
Expand Down

0 comments on commit 8712fe9

Please sign in to comment.