Skip to content

CaseInsensitive Support

Latest
Compare
Choose a tag to compare
@dlebee dlebee released this 27 Apr 17:20
· 7 commits to master since this release

Added CaseInsensitive Support to SimpleFilter this simplifies the search of string fields in queryables that are not being a case insensitive driver.

new SimpleFilter
{
    Path = "Name",
    Type = FilterType.EndsWith,
    Value = "Cables",
    CaseInsensitive = true
}