-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve Filters #1115
Comments
Hey! I've been using the website, and the filter "Filter by tags" doesn't seem to be working. It only works when you use the popular tags ones. If nobody is doing this I would like to work on it. Thanks! |
@wanderdust I already submitted a pull request fixing it. right above your comment. |
i want to take this issue |
Sure @LuciferJoshi, go on and let us know if you have some cool implementation to make things easier. Please do check what we already have |
@ritwik12 Would you be opposed if we contributed a tag counter on each filter? There are so many different tags, and some of them return zero results when applied. Could be an easy, yet effective value-add. |
@ritwik12 excuse me, I meant "labels" in my previous post. |
@jordar411 Hey, I could not understand that clearly. But if you mean quantifying the LABELS then I think we already have it under |
@ritwik12 The total amount of items references by a specific label. If you feel that this is redundant, I can disregard. 😄 |
@jordar411 I got it now, thanks for the explanation. I think it will not be suitable to show them up in the field itself. We can introduce something same as "Popular tags:" like "Popular Labels:" and show the Highest count values like 5-6. What do you think? How would you like to show the counts instead? |
@ritwik12 I like that idea! I can 100% do that, with your approval. |
@jordar411 Sure, go for it please. |
Is this issue still open? |
Bot code |
Right now we are able to apply all the filters simultaneously. The only problem is that, Once we apply a filter say "Filter by tags - Python" and we again apply another filter say "Filter by name:" or "Filter by label:" then we should only be getting the names in the SELECT list to choose which are related to "python" or labels related to "python" only. But right now there is no effect on the SELECT after applying filter.
The text was updated successfully, but these errors were encountered: