Skip to content

The exceptions in the exception overview are searchable! #501

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

Open
wants to merge 13 commits into
base: feature/exn-monitoring
Choose a base branch
from

Conversation

AlbertRossJoh
Copy link
Collaborator

@AlbertRossJoh AlbertRossJoh commented Mar 10, 2025

A user can now search/filter exceptions in the exception overview.

The specific filters can also be specified in the search box

How it looks

Screenshot 2025-03-10 at 17 13 01 Screenshot 2025-03-10 at 17 44 50

@Carmish
Copy link
Collaborator

Carmish commented Mar 10, 2025

In screenshots, it looks like there are multiple pages, even when there are only two exceptions queried after filtering. The pagination is probably only considering the full amount of exceptions and not the amount after filtering. We might need to include the filter parameters in the count functions, not only the get functions.

@AlbertRossJoh AlbertRossJoh force-pushed the feature/exn-monitoring-search branch from 5da52ca to 257dc7d Compare March 11, 2025 10:09

const getQueryString = function () {
removeUnwelcomeParameters();
let query = decodeURI(window.location.search);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use the object new URLSearchParams(window.location.search)? It has the .keys() function that could save us some splits and parsing maybe?

Otherwise everything looks good

@NatalieClaraPetersen NatalieClaraPetersen self-requested a review March 17, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants