Removing GetHeaders

This commit is contained in:
2022-04-16 20:29:39 -04:00
parent 1918af16c7
commit 0f67fc18c1
-5
View File
@@ -71,11 +71,6 @@ public class SearchService : ISearchService
Searches["Notes"].Add(SearchPoints.Last()); Searches["Notes"].Add(SearchPoints.Last());
foreach (var noteHeader in note.GetHeaders())
{
SearchPoints.Add(new SearchPointModel { Title = noteHeader.Title,
PointType = "NoteHeader", Href = $"{note.GetNoteLink()}/#{noteHeader.Href}"});
}
} }