varunKT001 / tomper-wear-ecommerce

E-commerce web-application for selling clothing essentials 😀
https://tomper-wear.netlify.app
MIT License
38 stars 48 forks source link

Bug: Search Bar Functionality To Filter Out Projects based on names #11

Closed sagnik2001 closed 2 years ago

sagnik2001 commented 2 years ago

Describe the Bug

To add the search bar functionality to filter out products. In the sidebar, of the filter category, the search bar should allow users to search for products when there is a large number of products to avoid the tedious task of scrolling for their product.

Steps to reproduce the behavior

On navigating to "/products" there is a search bar at the sidebar which at present moment doesn't give any search results.

Expected behavior

On searching any value that matches the product's name it will filter out the data and display the results, thus saving a lot of time.

Screenshot from 2022-03-02 19-19-46

Now its not showing any result, I would like to work on it and make it work

Kindly assign this issue to me, under GSsoC22

github-actions[bot] commented 2 years ago

Hey @sagnik2001 👋, thank you for raising an issue. Please make sure that it is detailed, and also following the provided template.

varunKT001 commented 2 years ago

Hey @sagnik2001 👋, I have checked it, it's working if you type all lower case. But still, it's not the expected behavior. There is one more problem, when we type, it only matches the product names starting with the typed string.

You have to fix these two things:

I'm assigning this issue to you 🚀

sagnik2001 commented 2 years ago

Okay