You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In my project I use a custom FHIR resource and I need to search on some of its fields. I've tried using @SearchParamDefinition in resource class and creating custom search parameters that points to the field of the custom resource I need to search but both didn't work.
I tried logging SQL and could see that the searches select from HFJ_SPDIX_XXX tables but no indexes is being created for the custom resource while indexes for standard resources work fine. Am I doing something wrong or search for custom resources is not supported?
Environment (please complete the following information):
HAPI FHIR Version: 7.2.3
OS: Windows
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Describe the issue
In my project I use a custom FHIR resource and I need to search on some of its fields. I've tried using @SearchParamDefinition in resource class and creating custom search parameters that points to the field of the custom resource I need to search but both didn't work.
I tried logging SQL and could see that the searches select from HFJ_SPDIX_XXX tables but no indexes is being created for the custom resource while indexes for standard resources work fine. Am I doing something wrong or search for custom resources is not supported?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: