JacobGomez325 / benin-portfolio-v2

"Benin Portfolio" is an open-source project aimed at listing all developers from Benin on a single platform. This is to increase their visibility and, most importantly, to facilitate the task for recruiters in searching for a suitable profile.
https://benin-portfolio.vercel.app
26 stars 24 forks source link

Issue with filters #12

Open Goldy98 opened 2 months ago

Goldy98 commented 2 months ago
Goldy98 commented 2 months ago

i think we should use a OR condition instead of a AND one. By doing so, the above example with two filters should return rows matching any of the selected sub-category

JacobGomez325 commented 1 month ago

Capture d’écran_16-5-2024_15119_benin-portfolio vercel app

for example, here I've selected vuejs and nuxt by doing where the gold takes the devs vue or nuxt the problem is that the list isn't filter enough, for me the logic is cumulative selection otherwise the search isn't really going to be useful. because if the recruiter is looking for a dev vuejs and nuxt who does react it's different from the list we'll get when we search for a dev who does vue or nuxt or react. Anyway, I'll leave the issue open and think about it. We can discuss it too, no problem.

Olakouns commented 1 month ago

I also understand your point of view @JacobGomez325 . In general, on job boards, you can simulate the behavior of an AND. If the recruiter wants a dev who does vue or nuxt, all he has to do is deselect one or the other to get a result.

JacobGomez325 commented 1 month ago

okay I think I'm going to do a kind of live meeting with everyone we're going to try to discuss it and talk about new functionality