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

Cannot search items within Type of integration dropdown #3313

Closed
brojd opened this issue Nov 9, 2023 · 3 comments
Closed

Cannot search items within Type of integration dropdown #3313

brojd opened this issue Nov 9, 2023 · 3 comments

Comments

@brojd
Copy link
Contributor

brojd commented Nov 9, 2023

What went wrong?

What happened:

  • Within filters of integrations when I want to search for specific Type of integration (e.g. Alertmanager, Webhook), the search doesn't narrow down the list of options
Screen.Recording.2023-11-09.at.11.48.52.mov

What did you expect to happen:

  • after typing a valid part of any of the integration Type, list of dropdown's options should be narrowed down accordingly

How do we reproduce it?

  1. Open Grafana OnCall and go to Integrations
  2. Click on Search or filter results
  3. Select "Type"
  4. Type "Alert"
  5. I should see that list is narrowed down to Alertmanager but instead I can still see all the options

Grafana OnCall Version

1.3.55

Product Area

Alert Flow & Configuration

Grafana OnCall Platform?

None

User's Browser?

No response

Anything else to add?

@joeyorlando made initial investigation and seems that frontend is trying to use search param in the HTTP request while it is not supported on the backend. It seems the filtering should be done client side

@bndrv
Copy link

bndrv commented Mar 25, 2024

+1
I'm not sure if my case matches this task, but it seems so. Searching by group alert names doesn't work. That is, nothing happens, and the queue doesn't change. Also, searching doesn't work when trying to attach a group of alerts to another group. The search brings up a list of other alert groups, but the list doesn't change based on the character input (number or part of the alert group name), making it impossible to find the desired alert.

@joeyorlando
Copy link
Contributor

@bndrv the issue you are mentioning is different. It is being tracked by #2232

@teodosii
Copy link
Member

Fixed by @matiasb here

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

No branches or pull requests

4 participants