-
Notifications
You must be signed in to change notification settings - Fork 204
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
Make LuceneSearchResultsServiceImpl the primary implementation for SearchResultsService interface #1218
base: develop
Are you sure you want to change the base?
Conversation
fuzzy-search-demo.movHi @mozzy11, could you please review the changes? I have also attached a demo video of Patient Search from the UI demonstrating fuzzy search on first name and last name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rahul6603 .
We will delay merging this PR as it depends on #1220
Hello @rahul6603 , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you first ensure the Patient Serach works in the QA workflow
Hi @mozzy11 , I have made a fix in the latest commit which resolves the failing QA workflows. |
Thanks @rahul6603 |
hello @rahul6603 , |
Hi @mozzy11, sorry for the late reply. Yeah, the endpoint |
@rahul6603 No worries. You can add a new Side Nav Link on the Admin Page ie Search Index Management. whick links to a Search Index Management Page. You can just put a button , for a user to click to rebuild the searxh index and it should display a loader until the Search index is completely re-build |
And also , you can add more Tests for LuceneSearch for each single search Parameter to ensure nothing breaks. |
Again thanks for responding , i appreciate |
Issue - #1049
Summary
LuceneSearchResultsServiceImpl
the primary implementation forSearchResultsService
interface andLuceneSearchResultsDAOImpl
the primary implementation forSearchResultsDAO
interface.Qualifier
annotations to make it more readable about which specific implementation is being used.