You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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
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.
The text was updated successfully, but these errors were encountered: