This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user