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

[FEATURE] Add a filter bar in INDICES screen #158

Open
fbaligand opened this issue Feb 10, 2025 · 2 comments
Open

[FEATURE] Add a filter bar in INDICES screen #158

fbaligand opened this issue Feb 10, 2025 · 2 comments
Labels

Comments

@fbaligand
Copy link

fbaligand commented Feb 10, 2025

Is your feature request related to a problem? Please describe.
When we go to "INDICES" screen, we can see all indices list, but we can't filter indices list with some keyword.
This is especially annoying when you have numerous indices

Describe the solution you'd like
On "INDICES" screen, add a filter bar, where each time we write a string (say "my-index"), the indices list is refreshed with only indices containing the typed string (say "my-index").
Ideally, filtering is done "as you type" in the filter bar.
Finally, it would be great to also have "filtering as you type" in "Connect" view, in the combobox to select an index.

@Blankll
Copy link
Member

Blankll commented Feb 11, 2025

thanks the feedback @fbaligand , we are working on a ui rebuild at this moment, related pr : #156
I will apply this feature after the UI rebuild done, thanks again!

@fbaligand
Copy link
Author

Thanks for the answer!
And the ui rebuild looks great!

Blankll added a commit that referenced this issue Mar 9, 2025
feat: enhance toolbar

- refactor toolbar, extract it as a common component
- add connection & index as editor's tool bar item
- enable filter ability for both connection & index selector

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

No branches or pull requests

2 participants