-
Notifications
You must be signed in to change notification settings - Fork 560
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
Include coinciding filters in sidebar search results #3973
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/v0.23.5 #3973 +/- ##
==================================================
Coverage ? 15.99%
==================================================
Files ? 732
Lines ? 82062
Branches ? 1110
==================================================
Hits ? 13123
Misses ? 68939
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@benjaminpkane Was testing this and noticed one odd aspect. See this screencast around 0:42. The count for the second selection (drop-down in "search mode") shows 0. This also occurs when this prodID selection is made initially. Screenshare.-.2024-01-15.6_03_17.PM.mp4 |
Ok I see the issue. Will adjust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested functionally. Very cool thanks @benjaminpkane
Screenshare.-.2024-02-05.9_42_07.AM.mp4
Thanks @allenleetc 🙏 Undrafting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
delete filters[path]; | ||
|
||
return filters; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Adds coinciding filters to search results in the sidebar (not applicable to lightning filters)
Before
Screen.Recording.2024-01-05.at.10.20.40.AM.mov
After
Screen.Recording.2024-01-05.at.10.19.54.AM.mov