-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.4.0
-
Component/s: Querying
-
None
-
ALL
-
When we query MongoDB in below environment with SortByDescending and Pagination, MongoCSharp driver is always returning duplicate documents from the second page onwards. We are setting page size as 10.
Issue is not observed when we remove SortByDescending.
Environment with Issue
Server : Windows Server 2016
mongo db version: 4.4.0
driver: 2.10.2
Environment without Issue
Server : Windows Server 2016
mongo db version: 4.0.6
driver: 2.10.2
- duplicates
-
SERVER-51498 Sorting on duplicate values causes repeated results with limit and skip
- Closed