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

Add fuzzy search function #74

Merged
merged 10 commits into from
Oct 8, 2024
Merged

Add fuzzy search function #74

merged 10 commits into from
Oct 8, 2024

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    09a9f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8412d80 View commit details
    Browse the repository at this point in the history
  3. add fuzzy search function

    aperrin66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8a9bac3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    628effc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix typo

    aperrin66 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9219169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675c567 View commit details
    Browse the repository at this point in the history
  3. simplify _fuzzy_search

    there is a parameter in rapidfuzz..process.extract
    to set the minimum score
    aperrin66 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0f8a17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f817e09 View commit details
    Browse the repository at this point in the history
  5. add tests for fuzzy search

    aperrin66 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    971b8ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f447e84 View commit details
    Browse the repository at this point in the history