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

[Enhancement] Filters configurable selecting all that match search input or providing a regex #232

Open
gsreynolds opened this issue Aug 23, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@gsreynolds
Copy link
Collaborator

Summary

The incident table filters for service (and perhaps teams) filter based on text input but selecting multiple items requires entering the search text, selecting one item then re-entering the search text again, until all items are selected.

A multi-select/select-all matching option might help where many specific services need to be filtered. However, it might be preferable to automatically select all based on the search text - either with text matching as currently implemented or by supporting regex.

Screenshot 2022-08-23 at 11 28 06

@gsreynolds gsreynolds added the enhancement New feature or request label Aug 23, 2022
@gsreynolds gsreynolds added this to the Beta milestone Aug 23, 2022
@gsreynolds gsreynolds changed the title [Enhancement] Filters configurable using matching/regex [Enhancement] Filters configurable selecting all that match search input or providing a regex Aug 23, 2022
@gsreynolds gsreynolds moved this to Triage in PagerDuty Live Aug 23, 2022
@gsreynolds
Copy link
Collaborator Author

This may be redundant with the addition of #263 as this would give users the ability to select services that are grouped by escalation policy.

@giranm
Copy link
Owner

giranm commented Nov 16, 2022

A potential implementation of a "Select All" is outlined under https://stackoverflow.com/a/61250357
Need to consider the other cases for Regex if it is appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Triage
Development

No branches or pull requests

2 participants