[CSHARP-4851] Render full form for $and/$eq in $vectorSearch stage filter Created: 20/Nov/23  Updated: 04/Dec/23  Resolved: 28/Nov/23

Status: Closed
Project: C# Driver
Component/s: None
Affects Version/s: None
Fix Version/s: 2.23.0

Type: Improvement Priority: Major - P3
Reporter: Boris Dogadov Assignee: Boris Dogadov
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Documentation Changes: Not Needed
Documentation Changes Summary:

1. What would you like to communicate to the user about this feature?
2. Would you like the user to see examples of the syntax and/or executable code and its output?
3. Which versions of the driver/connector does this apply to?


 Description   

Currently short form is not supported.
Example:

{ a: 1, b: 2 }

should be rendered asĀ 
{ $and: [{a: { $eq: 1 }}, {b: { $eq: 2 }}] }



 Comments   
Comment by Githook User [ 28/Nov/23 ]

Author:

{'name': 'BorisDog', 'email': 'BorisDog@users.noreply.github.com', 'username': 'BorisDog'}

Message: CSHARP-4851: Render full form for $and/$eq in $vectorSearch stage filter (#1220)
Branch: master
https://github.com/mongodb/mongo-csharp-driver/commit/dd1f1bff3c4b0014515dc28873e452c623141486

Generated at Wed Feb 07 21:49:34 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.