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

Issues: Search appears to be buggy - shows no results when all filters are removed #70039

Open
bruno-garcia opened this issue May 1, 2024 · 2 comments
Assignees

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented May 1, 2024

When testing user feedbacks I encountered an issue on search. It working properly until I turned on EA in settings, which enabled the issue priority. That added the filters for [medium, high] priority, but I only had 'low' priority issues, so issues stream came out empty.

To see the results I removed the filters, and noticed nothing showed up still. After some clicking around they showed up, then again disappeared.

buggy-issues-search.mov

I was using: https://bruno-test.sentry.io/issues/?project=4505865338617856&referrer=sidebar&statsPeriod=14d

Eventually I realized that if I remove the filters and hit enter (no reload), the issues show up:
image

But as soon as the page reload, they are gone:

image

@getsantry
Copy link
Contributor

getsantry bot commented May 1, 2024

Routing to @getsentry/product-owners-issues for triage ⏲️

@snigdhas
Copy link
Member

snigdhas commented May 1, 2024

This is technically consistent with the existing behavior - reloading the page with no query will return the results from the default query. Since issue priority updated the default query to is:unresolved issue.priority:[high, medium], those filters are implicitly being applied on page reload.

That being said, this is definitely confusing and not made clear. I'll check with the team on how to improve the experience here.

@snigdhas snigdhas self-assigned this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants