Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

Support list filters on primitive collections

Open ascott18 opened this issue 1 year ago • 0 comments

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; }.

ascott18 avatar Aug 09 '24 17:08 ascott18