Filter update -- fix issue 5068's comments #5254
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issuecomment-741596441: (1) intentional, (2) fixed: layout issue, (3) fixed: after coming back from the challenge details, the default tab is 'Active' and default bucket is 'Open for registration'
issuecomment-741600474: fixed: layout issue
issuecomment-741904592: fixed: forgot to set the challenge 'types' filter to all when clicking on the challenge Tags
About 741904592:
search=<tag>
vstags[]=<tag>
search=<tag>
is allowing searching by a single tag onlysearch=<tag>
searching in challenges' name, description and tags, so there is a confused case that a challenge with only HTML tag but its description including the keyword 'Java' still being listed when user clicking on the 'Java' tag under the header of some challenge details.So I think
tags[]=<tag>
is better thansearch=<tag>
and its search results will be the same as the results of the old filter panel.