search cleanup, removed Name portion of search stuff since it was originally intended for picklists but no longer needed and will simplify much

This commit is contained in:
2020-04-07 23:48:19 +00:00
parent ff36baaf57
commit 7ab91f8970
7 changed files with 45 additions and 158 deletions

View File

@@ -17,8 +17,8 @@ namespace AyaNova.Models
public long ObjectId { get; set; }
[Required]
public AyaType ObjectType { get; set; }
public bool InName { get; set; }
}
}