-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
matchingSet built using OpenSearch #993
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #993 +/- ##
==========================================
- Coverage 0.13% 0.13% -0.01%
Complexity 29 29
==========================================
Files 580 580
Lines 64022 64049 +27
Branches 11093 11093
==========================================
Hits 89 89
- Misses 63914 63941 +27
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Looks good to me. Many changes linting only.
refactor to use OpenSearch (on Annotations) to building matching set
PR fixes #872
getMatchingSetQuery()
to build actual OpenSearch query (optionally based ontaskParams
to support legacy compatibility)getMatchingSet()
returns actual annotations from OpenSearch results, using a query from aboveencounterUserUuid
,encounterProjectIds
,matchAgainst