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 approximate/fuzzy string matching in quick open dialog search #82200

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. fuzzy search poc

    samsface committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    45e7edb View commit details
    Browse the repository at this point in the history
  2. format fix

    samsface committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fbdcece View commit details
    Browse the repository at this point in the history
  3. remove implicit returns

    samsface committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    56fb210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8322110 View commit details
    Browse the repository at this point in the history
  5. speed up sorting

    samsface committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    81e4ed0 View commit details
    Browse the repository at this point in the history
  6. fix divide by zero error

    samsface committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d95b3e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. benching

    samsface committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7edf8de View commit details
    Browse the repository at this point in the history
  2. test by txt file

    samsface committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3b122ea View commit details
    Browse the repository at this point in the history