Commit 57f7359
authored
fix(feedback): Exclude AI categorization tags from issues and feedback search (#101540)
fixes REPLAY-775
Right now we don't exclude any of the `ai_categorization.label.<0-15>`
tags for user feedback AI categorization in either the issues search or
the user feedback search. And we don't exclude
`ai_categorization.labels` in issue search.
<img width="832" height="440" alt="Screenshot 2025-10-15 at 11 41 45 AM"
src="https://github.com/user-attachments/assets/b4a567a4-8f2b-43da-aa66-5592d958c773"
/>
<img width="872" height="382" alt="image"
src="https://github.com/user-attachments/assets/ce70c578-3e87-4f00-82f1-8dbc3591713c"
/>
This is not ideal because you get inconsistent results depending on
which label you select when searching for a category:
<img width="876" height="655" alt="image"
src="https://github.com/user-attachments/assets/0759802b-2283-43df-8dd2-119a9008a144"
/>
<img width="872" height="649" alt="image"
src="https://github.com/user-attachments/assets/925fd860-af6a-42e1-a603-08fb36a0dac5"
/>
Let's exclude all the `ai_categorization.label.<0-15>` tags. We'll keep
the `ai_categorization.labels` tag in user feedback search so users can
still effectively search by category, but remove it from issues search
since it'll never return any results.
Result:
<img width="848" height="431" alt="image"
src="https://github.com/user-attachments/assets/94c85ad2-9896-4f3a-ad75-85ed510422ed"
/>
<img width="855" height="388" alt="image"
src="https://github.com/user-attachments/assets/270e4d07-2ece-42fb-9600-5c3317d2b57e"
/>1 parent 3ff36a4 commit 57f7359
File tree
3 files changed
+56
-2
lines changed- static/app
- components/feedback
- views/issueList
- utils
3 files changed
+56
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
38 | 54 | | |
39 | 55 | | |
40 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
63 | 82 | | |
64 | 83 | | |
65 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
60 | 79 | | |
61 | 80 | | |
62 | 81 | | |
| |||
0 commit comments