-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.6.1
-
Component/s: None
-
None
-
Major Change
In OData Any Queries for IList<string> properties like ?$filter=Links/any(x: x eq '/movies/') don't work and it gives "Any is only support for items that serialize into documents. The current serializer is StringSerializer and must implement IBsonDocumentSerializer for participation in Any queries." error.
That would be good to add support like these queries or x=>x.Links.Any(l=>l.StartsWith("/mov"))
- depends on
-
SERVER-1264 $elemMatch on subArray
- Closed
-
SERVER-5506 Enhance SERVER-1264 style $elemMatch functionality so that all mongo operators/functionality are supported
- Backlog