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
Presently, ticking "Select All" when filtering/searching a list of objects using the Filter bar, the selection applies to the "unfiltered" list of objects. This leaves me unable to delete/bulk edit a list of objects filtered using Regex which feels like a wasted feature.
I've read people have issues with the results spanning multiple pages but that is relatively easy to work around using high MAX_PAGE_SIZE values.
This was addressed under the Interfaces list in I think v2.6 here - #3838
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Presently, ticking "Select All" when filtering/searching a list of objects using the Filter bar, the selection applies to the "unfiltered" list of objects. This leaves me unable to delete/bulk edit a list of objects filtered using Regex which feels like a wasted feature.
I've read people have issues with the results spanning multiple pages but that is relatively easy to work around using high MAX_PAGE_SIZE values.
This was addressed under the Interfaces list in I think v2.6 here - #3838
Jeremy references the exact issue here
If I filter interfaces and then check the "select all" checkbox, it will also select the hidden interfaces.
Ideally it would behave similarly to below (old UI, I understand)
Edit - Alternatively if the "Search" box within the Filters tab could interpret Regex, that would work too.
Beta Was this translation helpful? Give feedback.
All reactions