--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/400cd739-1989-4e0f-b085-d3dbe30099a2n%40googlegroups.com.
Some more information on it..
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/3513541b-0cc4-4f93-998a-4fd54bb77262n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/2ad17b5d-be49-4923-b046-c27a18b952e8n%40googlegroups.com.