-
Notifications
You must be signed in to change notification settings - Fork 212
Filter update -- fix issue 5068's comments #5254
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
Filter update -- fix issue 5068's comments #5254
Conversation
…opcoder-platform#5068#issuecomment-741600474, topcoder-platform#5068#issuecomment-741596441 and hide the sub-community select box for the review bucket
@nqviet thank you for suggestions regarding tags. Could you please, share some link/screenshot where we have a search by multiple tags, cannot find such an example by myself.
This is an intentional change. We are making search more "intelligent" type into search field what you need, and we would show it. This is to get rid of the complex search UI. |
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.
- fixed date-range-picker calendar missing the close button
@maxceem There is still one place where |
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.
Thanks for the quick update, @nqviet
It looks like the place you've mentioned in the code is not related to challenges searching but is for searching articles in Thrive, see screenshot https://monosnap.com/file/fHAMyTfc2cvzvBSYlje5bHRJfKKwog.
So we should be safe to use "search" for filtering challenges by tags.
So I'm passing this to QA team, to check if all is good now.
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.