mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
* reduce _count to the maximum page size rather than throwing an error. Also when setting the paging provider on a restful server, automatically set the default page size and max page sized of the restful server from the paging provider. * reword log message * fixing this paging issue has uncovered all sorts of interesting things, including this long hidden bug! * fix tests in sub-optimal way * fix NPE * fix test * fixed a couple of bugs in SearchCoordinatorSvcImpl that surfaced when i added a default page size to RestfulServer