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

Improve patient searching. #382

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

make-github-pseudonymous-again
Copy link
Contributor

@make-github-pseudonymous-again make-github-pseudonymous-again commented Sep 13, 2021

By dropping language-dependent particle splitting and using trigrams of concatenated names and unconcatenated (with word boundaries) names for approximate matching instead of subtrings of unconcatenated names. Fixes #379.

By dropping language-dependent particle splitting and using trigrams of
concatenated names and unconcatenated (with word boundaries) names for
approximate matching instead of subtrings of unconcatenated names.
@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #382 (c7817c5) into main (736e639) will decrease coverage by 0.45%.
The diff coverage is 35.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
- Coverage   53.47%   53.02%   -0.46%     
==========================================
  Files          42       42              
  Lines         690      662      -28     
  Branches       93       88       -5     
==========================================
- Hits          369      351      -18     
+ Misses        279      272       -7     
+ Partials       42       39       -3     
Impacted Files Coverage Δ
imports/api/string.ts 42.55% <31.81%> (-3.61%) ⬇️
imports/api/patients.ts 62.60% <44.44%> (-0.68%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 736e639...c7817c5. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Improve patient name fuzzy search
1 participant