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

Command palette search uses ID, not normalized title #117

Closed
taramk opened this issue Apr 27, 2023 · 3 comments
Closed

Command palette search uses ID, not normalized title #117

taramk opened this issue Apr 27, 2023 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@taramk
Copy link
Contributor

taramk commented Apr 27, 2023

  • you have to type the beginning of the phrase (i.e. for "Create search node" to show up, you have to type "create" - "search" doesn't bring up any results)
  • you can't type capital letters (i.e. "Create" does not bring up "Create search node", but "create" does.

http://recordit.co/nqspmP4m7l

@taramk taramk added this to the 0.3.0 milestone Apr 27, 2023
@taramk taramk added the bug Something isn't working label Apr 27, 2023
@progrium
Copy link
Contributor

Wondered why it wasn't working for certain stuff. Made me realize it's searching against its internal ID not its title.

@taramk
Copy link
Contributor Author

taramk commented Apr 27, 2023

i suspected as much, since capitalizing the words wasn't working

@progrium progrium changed the title Command palette search has limited functionality Command palette search uses ID, not normalized title May 2, 2023
@progrium progrium assigned ArcaTech and unassigned progrium May 2, 2023
@taramk
Copy link
Contributor Author

taramk commented May 10, 2023

Probably need to change the property search is looking at (title rather than id) and making it case-insensitive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants