-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA03
-
Fix Version/s: V4.01_CSD02
-
Component/s: URL Conventions
-
Labels:
-
Environment:
Applied
-
Proposal:
-
Resolution:
I'm getting more asks for people wanting to filter against properties representing a collection of primitive type, most notably Collection(Edm.String).
Things like equal to, not equal to and containing a value or subset are the operations that people are looking to do the most. The size of the array they can get around by using /$count.
Short of coming up with something ourselves I was wondering if this is a more generic ask and if we could maybe guide implementations as to how to support this kind of functionality in a more generic way.