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

Kube Context search bar not functional and lacks Fuzzy search feature #20

Open
seifrajhi opened this issue Aug 14, 2024 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@seifrajhi
Copy link

seifrajhi commented Aug 14, 2024

The search bar for selecting a Kubernetes context is not functioning correctly.

Even when the full name of the kube context is typed, it does not work.

Right now, I have to manually scroll through the list to select the context.
Additionally, the search bar does not support fuzzy search, which would allow us to type partial names and still find the relevant context.

Steps to Reproduce:

  • Open the kube context selection interface.
  • Type the full name of an existing kube context.
  • Observe that the search bar does not return any results.
  • Manually scroll through the list to select the context.

Expected Behavior: The search bar should:

  • Function correctly when the full name of the kube context is entered.
  • Support fuzzy search, allowing users to type partial names and still find the relevant kube context.
@unxsist
Copy link
Owner

unxsist commented Aug 14, 2024

Thanks for reporting! I am aware the command palette is a bit wonky and I plan on re-implementing this soon. I'll make sure fuzzy search is part of it as well!

@unxsist unxsist added bug Something isn't working enhancement New feature or request labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants