hapi-fhir/hapi-fhir-server/src
Tuomo Ala-Vannesluoma fbca9f8060
Offset query fixes (#2579)
* Fix new searchbuilder limit similar to legacy searchbuilder

* Fix returning includes when using offset query

* Add unit tests for offset query with include

* Only use count param if offset is given (sometimes we want to search synchronously more if DAO is used directly)

* Throw if offset is tried to use with everything operations

* Do not offer offset paging for everything operations and fix tests to assert that
2021-04-30 19:01:27 -04:00
..
main Offset query fixes (#2579) 2021-04-30 19:01:27 -04:00
test OpenAPI Support (#2560) 2021-04-25 15:40:50 -04:00