Coalesce
Coalesce copied to clipboard
Support list filters on primitive collections
A list filter parameter should be able to do a contains search on a primitive collection on a model, e.g. filter.thingIds=1 against public List<int> ThingIds { get; set; }.