Removing GetHeaders
This commit is contained in:
@@ -71,11 +71,6 @@ public class SearchService : ISearchService
|
||||
|
||||
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}"});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user