Closed Priyal208 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
dev-find | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 23, 2024 0:31am |
@shyamtawli kindly review it
Hello @Priyal208, Could you look into this scenario ?
We have a search string
kolkata,india
kolkata, india
Just a difference of space is a giving us different result.
Issues with this is even if we have a match for the location, we won't be able to find if a comma or space is in different order. P.S: This is one scenario for location, do check for other filters as well.
@shyamtawli now pls you can check i fixed that problem of space giving different result for all test cases You can see search queries before space and after space
Hey @shyamtawli, There is a scenario which doesn't work as of now:
Do you need this to be handle in this PR, or we can create a new issue for that.
@shyamtawli can you pls review this
@shyamtawli i did improve the UI u can see i added appropriate spacing, kindly merge the PR now, also pls see that you are assigning appropriate level as I did improve search operation, also added dropdown, even improved the UI
@Priyal208 Thank you so much for your contribution! Your efforts are greatly appreciated and will go a long way in improving our project. Please feel free to share it with others and help us grow even further!
@shyamtawli sure thanks
Description
As mentioned in issue #982 assigned to me under gssoc'24 , I optimised the search bar which earlier gave not so appropriate results making it more user friendly.
Related Issues
982
Changes Proposed
Additionaly I added a drop which allows users to select whether they want to serach by name, location or skill and then it gives specific results as per requirement only unlike earlier random results.
Checklist
Screenshots
Note to reviewers
Kindly review it asap and give me appropriate level as I also additionaly added dropdown bar and made it most optimized. Thank you