RootCauseunvalidated
The issue is because of the count query which is generated for the `pageable` object by Spring. — for the `pageable` object by Spring. Tension: it is using the original query (including the sort) to perform the count which results in an invalid query. Outcome: If none is configured we will derive the count query from the original query or `countProjection()` query if any.
85956908-b2db-4d4e-be45-03c30e767ae9
The issue is because of the count query which is generated for the pageable object by Spring. — for the pageable object by Spring. Tension: it is using the original query (including the sort) to perform the count which results in an invalid query. Outcome: If none is configured we will derive the count query from the original query or countProjection() query if any.