Skip to content

Add support for sort, limit, skip in query method

Everett Bolton requested to merge patch/ADAPT-813 into master

If queryDoc for query method includes sort, limit, or skip options then they will be used. Query results are otherwise passed through all of these with default values.

Merge request reports