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
}