malteseduck / spring-data-marklogic

An implementation of the Spring Data interfaces for the MarkLogic NoSQL database
Apache License 2.0
7 stars 9 forks source link

Allow "and" and "or" in CombinedQueryDefinitionBuilder #12

Closed malteseduck closed 7 years ago

malteseduck commented 7 years ago

After creation of a CombinedQueryDefinition there is no way to add additional constraints the contained query (maybe in different layers you need to add security constraints, etc.). Adding an and() and an or() method should allow adding these additional constraints.