Stream: hapi
Topic: Custom Search Parameter Search
Ajay shekar (Feb 09 2021 at 04:24):
With Partitioning enabled, searchParameter resource gets stored in db with partition id = 0(I used this link hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParamRegistryImpl.java).
But
IBundleProvider allSearchParamsBp = mySearchParamProvider.search(params);(hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParamRegistryImpl.java)
is not picking up the searchParameter resource with partition id=0. On contrary it is picking the searchParameter with Partition id = null(Stored during partitioning was disabled).
Any help would be appreciable to make custom search parameter work with Partitioning.
Last updated: Apr 12 2022 at 19:14 UTC