You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
click on a label to filter the board by those with the label (current functionality anyway), or
@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.
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.
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:The text was updated successfully, but these errors were encountered: