This commit is contained in:
@@ -156,7 +156,7 @@ namespace AyaNova.PickList
|
||||
}
|
||||
|
||||
|
||||
if (HasAutoCompleteQuery && !HasTagSpecificQuery)
|
||||
if (HasAutoCompleteQuery && !string.IsNullOrWhiteSpace(sWhere))//swhere can be empty on a tag in a tag specific query
|
||||
lWhere.Add(sWhere);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user