You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is intentional or not but when we execute this code, this generates"FT.SEARCH" "customer:idx" "(@LastName:{*No*})" "LIMIT" "0" "100" caused by this
I think we should add valueType == typeof(IEnumerable<string>) check here
I am not sure if this is intentional or not but when we execute this code, this generates
"FT.SEARCH" "customer:idx" "(@LastName:{*No*})" "LIMIT" "0" "100"
caused by thisI think we should add
valueType == typeof(IEnumerable<string>)
check hereMaking to
ToList()
works fine as expectedThe text was updated successfully, but these errors were encountered: