feat(Search) Adding summaries to search

This commit is contained in:
2022-05-01 19:17:02 -04:00
committed by GitHub
parent 5dad976af3
commit a64d59bb46
6 changed files with 27 additions and 20 deletions
+2
View File
@@ -3,6 +3,8 @@
public class SearchPointModel
{
public string Title { get; set; } = "";
public string Summary { get; set; } = "";
public string Tags { get; set; } = "";
public string PointType { get; set; } = "";
public string Href { get; set; } = "";