We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOTE: Before filing a ticket, please see the following URL: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Full-Text Indexing Enabled
Enable Indexing of Search Parameters (experimental)
Store resource bodies in the Full-Text index (experimental)
http://localhost:8000/CodeSystem/$apply-codesystem-delta-add
{ "parameter": [ { "name": "system", "valueUri": "http://example.com/cs" }, { "resource": { "concept": [ { "code": "CHEM", "display": "Chemistry", "concept": [ { "code": "HB", "display": "Hemoglobin" }, { "code": "NEUT", "display": "Neutrophils" } ] }, { "code": "MICRO", "display": "Microbiology", "concept": [ { "code": "C&S", "display": "Culture And Sensitivity" } ] } ], "resourceType": "CodeSystem" }, "name": "codeSystem" } ], "resourceType": "Parameters" }
Expected behavior Should return a 200 OK response with the object looking similar to:
{ "resourceType": "Parameters", "parameter": [ { "name": "conceptCount", "valueInteger": 5 }, { "name": "target", "valueReference": { "reference": "CodeSystem/1352" } } ] }
Observed Results response 500, HAPI-0389: Failed to call access method: org.springframework.dao.InvalidDataAccessApiUsageException: HAPI-2523: Invalid sort specification: _lastUpdated
The text was updated successfully, but these errors were encountered:
AbayomiE-T
When branches are created from issues, their pull requests are automatically linked.
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Full-Text Indexing Enabled
to yes.Enable Indexing of Search Parameters (experimental)
andStore resource bodies in the Full-Text index (experimental)
to yes.http://localhost:8000/CodeSystem/$apply-codesystem-delta-add
and add this to the payload:Expected behavior
Should return a 200 OK response with the object looking similar to:
Observed Results
response 500, HAPI-0389: Failed to call access method: org.springframework.dao.InvalidDataAccessApiUsageException: HAPI-2523: Invalid sort specification: _lastUpdated
The text was updated successfully, but these errors were encountered: