Closed malteseduck closed 7 years ago
Instead of requiring the user to parse these objects and add sorting to the query or add page bounds, add some methods where those can be specified to MarkLogicTemplate.
Only did Pageable because using the CombinedQueryDefinitionBuilder can specify sort with a Sort. For now leave it at that, unless someone complains.
Instead of requiring the user to parse these objects and add sorting to the query or add page bounds, add some methods where those can be specified to MarkLogicTemplate.