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
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; }.
The text was updated successfully, but these errors were encountered:
A list filter parameter should be able to do a contains search on a primitive collection on a model, e.g.
filter.thingIds=1
againstpublic List<int> ThingIds { get; set; }
.The text was updated successfully, but these errors were encountered: