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
ryan953
changed the title
Issue only search doesn't correctly filter out disabled issue types
Bug: Issue only search doesn't correctly filter out disabled issue types
Jan 12, 2024
Follow up to #59505 to filter
feedbacks from the default search when querying Postgres. As before,
filtering on issue.category:feedback or a negation (ex
!issue.category:error) will still return feedback issues.
Fixes#60697Fixesgetsentry/team-replay#470
When querying in issue search we have a path where we only search in postgres:
sentry/src/sentry/search/snuba/executors.py
Lines 808 to 812 in 678abe8
This path isn't correctly filtering out issue types that haven't been released. We need to make sure this filtering occurs here.
The text was updated successfully, but these errors were encountered: