This commit is contained in:
2020-03-19 17:37:15 +00:00
parent ac7f0f94e1
commit ac80356dfa

View File

@@ -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);