mongodb-js / data-service

The MongoDB Data Service
Apache License 2.0
7 stars 4 forks source link

fix(native-client): Set sort by using Cursor.sort method instead of passing it as a find option COMPASS-4258 #318

Closed gribnoysup closed 3 years ago

gribnoysup commented 3 years ago

There seems to be a bug in driver v3.6 that doesn't pass sort correctly to the server when passed as an option of find method. This PR adds a workaround for this by calling sort method on the cursor instead which driver handles differently