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

Implement substring search feature #166

Merged
merged 16 commits into from
Apr 4, 2024
Merged

Implement substring search feature #166

merged 16 commits into from
Apr 4, 2024

Conversation

rizkidelta
Copy link

@rizkidelta rizkidelta commented Mar 31, 2024

Implemented substring search to replace the previous keyword search feature. Search is now more forgiving with whitespaces, allowing partial matches.

Closes #19

Added fuzzy search functionality to the existing find command.
This enhancement allows for more forgiving search queries, improving
user experience by returning relevant results even when the search term
isn't an exact match.
Implemented Fuzzy search so users can easily search
within the system even if the user mistype a few words,
so that.
@rizkidelta rizkidelta added this to the v1.3 milestone Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 77.01%. Comparing base (fcc3ea6) to head (40bc228).

Files Patch % Lines
...ress/model/person/PersonMatchesQueryPredicate.java 89.47% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #166      +/-   ##
============================================
- Coverage     77.23%   77.01%   -0.22%     
- Complexity      513      515       +2     
============================================
  Files            75       75              
  Lines          1603     1597       -6     
  Branches        143      143              
============================================
- Hits           1238     1230       -8     
  Misses          337      337              
- Partials         28       30       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aureliony aureliony changed the title 19 fuzzy search Implement fuzzy search Mar 31, 2024
@aureliony aureliony changed the title Implement fuzzy search Implement fuzzy search feature Mar 31, 2024
rizkidelta and others added 5 commits April 3, 2024 17:07
Implemented Fuzzy search so users can easily search
within the system even if the user mistype a few words,
so that and added tests to test fuzzy functionality.
@aureliony aureliony changed the title Implement fuzzy search feature Implement substring search feature Apr 3, 2024
@aureliony aureliony self-assigned this Apr 3, 2024
@aureliony aureliony requested a review from bryanyee33 April 4, 2024 02:14
Copy link

@yisiox yisiox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, perhaps check two nits.

@aureliony aureliony requested review from yisiox and removed request for bryanyee33 April 4, 2024 06:31
@aureliony aureliony merged commit 3f03477 into master Apr 4, 2024
7 of 8 checks passed
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.

Substring search
3 participants