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

Class search (in the GUI's class name filter) should be case-insensitive #749

Open
cyril-briquet opened this issue Sep 8, 2018 · 1 comment

Comments

@cyril-briquet
Copy link

(1) Searching for "MyClass", "myclass", "Myclass" should all return the same results.

If more than one class matches (e.g. if close syntactical variants do exist), all the matching classes should be returned.
(And this should be flagged as a bug as well.)

(2) Even better: make class search typo-insensitive, by e.g. implementing fuzzy search based on the edit distance (or Levenshtein distance).

(3) Dream: automatic completion of class names?

@andipabst
Copy link
Contributor

andipabst commented Oct 20, 2020

I'd be willing to work on this. I will split it into two PRs: One for the case-insensitivity and fuzzy search, another one for the auto-completion.

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

No branches or pull requests

3 participants