shyamtawli / devFind

devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.
https://dev-find.vercel.app/
MIT License
551 stars 587 forks source link

[ENHANCEMENT] : support multiple keywords for profile matching #463

Open Bismay5467 opened 1 year ago

Bismay5467 commented 1 year ago

The current search input box permits users to search for profiles that match a single location, skill, or name. However, we can enhance the search functionality to accept a list of keywords separated by delimiters. This improvement will enable users to search for profiles that match multiple locations or skills.

For Example : When a user enters a string such as "html, css, javascript" the system will render profiles of developers who possess any of these skills or all of them.

@shyamtawli If this makes sense can you please assign the issue to me? I've been working on it and would love to submit a PR!

github-actions[bot] commented 1 year ago

Welcome, @Bismay5467! Your issue is like a spark that ignites innovation. We're thrilled to dive into it and work together to find a solution.

Soon the maintainers/owner will review it and provide you with feedback/suggestions.

Bismay5467 commented 1 year ago

@shyamtawli I would like to hear your thoughts on this. If you agree, I'll go ahead and submit the PR to resolve the issue.

shyamtawli commented 1 year ago

@Bismay5467 Yeah I also liked the idea, assigned you.

Bismay5467 commented 1 year ago

Hey @shyamtawli! Could you please review the PR linked to this issue? Merging the PR successfully would bring me one step closer to completing the Hacktoberfest challenge.

shyamtawli commented 1 year ago

I will review it and let you know.

Bismay5467 commented 1 year ago

@shyamtawli I have fixed the bugs and left a comment here. Let me know what you think of that.

shyamtawli commented 9 months ago

hey @Bismay5467 can you pull the new changes, we can review it now.

Bismay5467 commented 9 months ago

@shyamtawli Hey! It's great to reconnect after a while. Currently engaged in another project, which I'll wrap up in a couple of days. After that, I'll submit a PR with necessary changes. Need some time to get familiar with the updated codebase. In the meantime, please refer to PR #476 for most cases. Thanks!