JankariTech / blog

Blogposts from JankariTech
https://blog.jankaritech.com
GNU General Public License v3.0
10 stars 3 forks source link

UX/UI improvement: Enhance search by filter #127

Closed SagarGi closed 4 weeks ago

SagarGi commented 1 month ago

Description

As of now we can filter search either by tag or author and by default it does search by title. It would be better if we add an extra option to the filter title in UI as well and make user to search by anything as default initially.And based on filters user can search accordingly through filters so that the user knows through which filter the user is making a search. Also change the place holder of the input field based on the selection of the filter something like search by title , search by tag , search by author.

koebel commented 1 month ago

From a user perspective, I would expect that search is by default over all categories (title, tags, authors, ... and everything else that is technically possible) unless the user specifies that he/she only wants to search in a certain category.

When the user selects a filter to narrow down the search, it would improve the user experience by

image this example shows some good ways for displaying and removing filters in a intuitive, user friendly way

If multi filter search is not possible, I agree with your suggestion to change the place holder of the input field to a text that includes the current filter. And in any case, title should also be listed as a filter in the filter dropdown

SagarGi commented 1 month ago

Hi @koebel For the first iteration lets managed to get what i have mentioned in the PR description. And then later we can enhance it a bit by bit in the next PRs or probably with creating new issue with your comment.

koebel commented 4 weeks ago

Hi @koebel For the first iteration lets managed to get what i have mentioned in the PR description. And then later we can enhance it a bit by bit in the next PRs or probably with creating new issue with your comment.

I've opened a new issue for the additional suggestions