Skip to content

fix: patient search uses wrong parameter for external ID#3083

Open
alikhere wants to merge 1 commit intoDIGI-UW:developfrom
alikhere:fix/patient-search-external-id-param
Open

fix: patient search uses wrong parameter for external ID#3083
alikhere wants to merge 1 commit intoDIGI-UW:developfrom
alikhere:fix/patient-search-external-id-param

Conversation

@alikhere
Copy link

PR DESCRIPTION:

Was digging into the patient search code and found that external ID search
was silently using nationalID as the bind parameter in both query methods
inside LuceneSearchResultsDAOImpl. So searching by external ID was actually
filtering by national ID the whole time. Changed both occurrences to bind
externalID instead.

One file changed, no new logic added.

Related Issue

Closes #3082

@alikhere
Copy link
Author

Hi @mozzy11 @mherman22, Could you please review the PR whenever you get time.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: patient search uses wrong parameter for external ID

1 participant