Skip to content
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

Ability to search for label to filter with #28

Open
dormerod opened this issue Mar 25, 2022 · 2 comments
Open

Ability to search for label to filter with #28

dormerod opened this issue Mar 25, 2022 · 2 comments

Comments

@dormerod
Copy link

Re to #26...

Once the user has enough labels, the Search board... feature could be better if it filtered the list of labels as the user typed. This would allow a user to:

  1. click on a label to filter the board by those with the label (current functionality anyway), or
  2. click or hit enter to filter the board by cards including the typed text (as described in more detail for the first suggestion in Text search becomes clogged with completed cards #26).
@dormerod dormerod changed the title Ability to search by label Ability to search for label to filter with Mar 25, 2022
@ashgrover
Copy link
Contributor

@dormerod Thanks for the suggestion. I have mixed views about this one.

When I was implementing search feature for cards, I made it so that search results are displayed in a single list in the search popup view. This is so that a user doesn't have to scroll the board to the right or left if they have lot of lists/cards in a board. I consider "searching" a bit different than "filtering". Searching is often looking for a single card where as filtering can consist of one or more cards(ex. label filters) so I prefer showing search results in a single list form rather than filtering the board by the typed text.

That being said, currently the search feature shows all the labels in the search popup view so that a user can click on them and filter the board. I can look into displaying both filtered labels and search results in the search popup view when a user types something in the search box. That way a user can filter the board by the label if they want to, and they can also see the search results at the same time.

I do plan to make some changes to the search interface while keeping simplicity in mind. This feature will included as part of that revamp.

Thanks again.

@dormerod
Copy link
Author

I can look into displaying both filtered labels and search results in the search popup view when a user types something in the search box. That way a user can filter the board by the label if they want to, and they can also see the search results at the same time.

That sounds like a good compromise. Thanks Ash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants