Skip to content
New issue

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

Fix Returning Resources with Non-Matching Identifier #2111

Closed
alexanderkiel opened this issue Oct 10, 2024 · 0 comments · Fixed by #2112
Closed

Fix Returning Resources with Non-Matching Identifier #2111

alexanderkiel opened this issue Oct 10, 2024 · 0 comments · Fixed by #2112
Assignees
Labels
bug Something isn't working module:db
Milestone

Comments

@alexanderkiel
Copy link
Member

FHIR searches for identifiers like [base]/Patient?identifier=foo can sometimes return non-matching results even in case there is no Patient with the identifier foo at all. However in every case all matching results are returned.

A related issue is #1685. Which only solved the problem in the case that the resource with the matching identifier existed and a second, non-matching resource was returned.

The reason is that the index structure of Blaze uses hashing and hash collisions are not resolved. The issue #2028 will resolve that root cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:db
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant