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

HASH Autocomplete case sensitivity #32

Open
awilliamson opened this issue Oct 2, 2023 · 0 comments
Open

HASH Autocomplete case sensitivity #32

awilliamson opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@awilliamson
Copy link

Currently (0.7.3) the autocomplete suggestions for Item hashing is case sensitive. This means that if I wanted to do

lb r1 HASH("air this would provide no suggestions. This relies on the user knowing what the casing is internally. and feels antithetical to the purpose of such completions.

I would propose that the search be case-insensitive. E.g both lb r1 HASH("air and lb r1 HASH("Air give completion suggestions. When a user selects a suggestion, it should put the correct case sensitive variant in.

2023-10-02-212650_781x255_scrot

@Xandaros Xandaros added the enhancement New feature or request label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants