harshalhonde21 / harshalhonde21/EcommerceSpectastyle
BUG: Fuzzy search functionality not implemented on search bar
@MitashaJ is already working on this.
Since May 21, 2024.
- Dominant language
- JavaScript
- Stars
- 94
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
On the products' page, It is difficult to find products due to **exact match requirements**. If a product name is misspelled or typed slightly wrong, no results are shown. Adding fuzzy search will fix this by allowing **minor misspellings, typos, and variations** in product name, helping to find products more easily and improving overall experience.
Example:
**Without Fuzzy Search**: If a user types "footax" instead of "footox", no results are shown.
![image]
(https://github.com/harshalhonde21/EcommerceSpectastyle/assets/128090631/2845f208-5047-4e1e-a7a8-3a1a1c27f2bd)
### Record
- [X] I agree to follow this project's Code of Conduct
- [X] I'm a GSSOC'24 contributor
- [X] I want to work on this issue
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.