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
Filters that deals with string comparisons such as Contains (Does not contains) and StartsWith (Does not starts with) are NOT ignoring case. So, filters like string.StartsWith("for") does not works for strings like "Forest", "Forrester"...