-
Notifications
You must be signed in to change notification settings - Fork 168
Filter does not automatically apply after searching #2418
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
Comments
Thanks for pointing out this potential feature flaw! The repos to condense is determine by the URL field Based on my investigation if the user filter then merge the group, only the filtered repos will be condensed (in this case only repos with "W13-3" is actually merged). When user continue to filter another repo, the hash Here is the URL after searching for "W13-3"
Here is the URL after searching for "W13-4"
May be we can further discussion on how to improve the behavior of merging and filtering repos? |
@CYX22222003 Ahh okay thanks for explaining how it works. Should the url change according to the filter settings be more intuitive in this case? Are there any upsides to keeping the param hash of the previous search result as compared to just applying it to every new search result? Since as a user, I would expect the selected settings to still be applied to my search results. |
To clarify the previous search result is not kept, only the I think the suggestion by @Incogdino indeed has a good point. A possible way is to keep the setting for merged setting in a Boolean variable and pass it around using URL hash. So every time can update the However, I am not sure whether this implementation will conflict with any current implementation or violate any assumptions and principles. @sopa301 @jonasongg @joeng03 @Airiinnn Any idea about this issue? |
From the way I see it, the state of the report and the configurations should match at all times. We should change the behaviour in one of two ways:
For classification purposes, I'd agree that this is a bug, since the groups aren't merged as it claimed to be. |
Tell us about your environment
Chrome
Please include the steps to reproduce the bug.
20250414-1353-11.1705418.mp4
What was expected to happen?
Result should show with the filter applied
What actually happened? Please include a screenshot of the output.
If possible, include the URL to your RepoSense report or log files (if any).
The text was updated successfully, but these errors were encountered: