This commit is contained in:
@@ -157,7 +157,7 @@ namespace AyaNova.Biz
|
||||
|
||||
//Pick list for driving pick list route
|
||||
//going with contains for now as I think it's more useful in the long run and still captures startswith intent by user
|
||||
public static async Task<List<string>> PickListFilteredAsync(AyContext ct, string q)
|
||||
public static async Task<List<string>> TagListFilteredAsync(AyContext ct, string q)
|
||||
{
|
||||
//This path is intended for internal use and accepts that there may not be a filter specified
|
||||
//however the client will always require a filter to display a tag list for choosing from
|
||||
|
||||
Reference in New Issue
Block a user