This commit is contained in:
2020-01-15 23:24:29 +00:00
parent 6a842ea063
commit ea98af4e82
8 changed files with 18 additions and 25 deletions

View File

@@ -353,7 +353,7 @@ namespace AyaNova.Biz
{
SearchResult SR = new SearchResult();
SR.Name = BizObjectNameFetcherDirect.Name(i, command);//THIS IS CAUSING ALL THE SLOWNESS IN RETURNING SEARCH RESULTS
SR.Name = BizObjectNameFetcherDirect.Name(i, command);//THIS IS CAUSING ALL THE SLOWNESS IN RETURNING SEARCH RESULTS (...much later ??? WTF??)
SR.Id = i.ObjectId;
SR.Type = i.ObjectType;