-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.0.24
-
Component/s: None
-
None
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When we query MongoDB in environment Atlas version 4.0.24 with SortBy and Pagination, returning duplicate documents.
Repository Query:
Pageable pageable = PageRequest.of(loop, 50, Sort.by("ClassId"));
List<Document> findByClassIdIn(List<ObjectId> classIds, Pageable pageable);