Hi everyone. Newbie here. I’m trying to display a list of jobs to logged in users that match the skills and values that users have indicated on sign up, and where job entries require the same skills and values. So a user who has skill 1 and value 1 will only see jobs with skill 1 and value 1 appear in their list. I’ve tried custom filtering to make this happen but with no success. I have four DBs - Users, Jobs, Values, and Skills - with Skills and Values having many to many relationships with Users and Jobs. Any ideas what I’m doing wrong? Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.