DATAMONGO-2451 - Fix value conversion for id properties used in sort expression.
Previously we falsely converted the sort value (1/-1) into the id types target value when a Field annotation had been present.
Original pull request: #822.
pull/834/head
Christoph Strobl6 years agocommitted byMark Paluch
@ -127,7 +127,7 @@ public class DefaultIndexOperations implements IndexOperations {
@@ -127,7 +127,7 @@ public class DefaultIndexOperations implements IndexOperations {
@ -223,7 +223,7 @@ public class DefaultIndexOperations implements IndexOperations {
@@ -223,7 +223,7 @@ public class DefaultIndexOperations implements IndexOperations {