Lee Surprenant

Results 188 comments of Lee Surprenant

Unfortunately it was more complicated than I was hoping. For now, I just "fixed" the issue on our side by overriding the `keycloak.postgresql.fullname` helper from within our chart (restoring it...

This could be a good opportunity to add a new search paging mechanism without breaking the existing behavior. Options: A. do paging similar to our history API (with `afterHistoryId=123` instead...

see https://github.com/LinuxForHealth/FHIR/issues/3911#issuecomment-1230398157 for some related strangeness in the minio-based bulk data integration tests, it would be good to confirm that these are working as expected

maybe do at the same time as #3914 ?

We have tests for this. Please provide more info about how you've configured your server. I assume you're following https://linuxforhealth.github.io/FHIR/guides/FHIRSearchConfiguration ? Did you restart your server after adding the search...

Ok, I think you are assuming that posting a SearchParameter via our REST API will cause the server to pick it up and apply it to resources, but we actually...

Glad you got it working with `extension-search-parameters.json`. SearchParameter resources from the database should be loaded on server start if you set `fhirServer/core/serverRegistryResourceProviderEnabled=true`. However, previously ingested resources will need to be...

Lets go ahead and remove that tag from the outer bundle.

plan: issue a kill and ask java to leave a dump, then see what threads are running. - kafka? azure? batch? something else?

note: shutdown happens immediately if the server hasn't serviced any requests yet. but i just ran an experiment where we issues a `GET /metadata` and then a couple requests that...