This commit is contained in:
2020-05-11 18:02:50 +00:00
parent 600885422a
commit eac0fac976
2 changed files with 2 additions and 1 deletions

View File

@@ -239,6 +239,7 @@ namespace AyaNova.Biz
await Search.ProcessUpdatedObjectKeywordsAsync(SearchParams);
}
//TODO: This is going to have to handle descendents or there needs to be a change to include a subitem or something in case of workorder
public async Task<Search.SearchIndexProcessObjectParameters> GetSearchResultSummary(long id)
{
var obj = await ct.WorkOrder.SingleOrDefaultAsync(m => m.Id == id);