have you installed OpenCATS? Proud of your customizations and want to share it? Post here and wait for the praise...

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep your comments directed to the topic at hand - not at the commenter.
By saadaamir
#5552
Hi, I'm using the search candidates API to search for candidates matching certain requirements. I'm passing a Boolean Search string to the API to return matched candidates.
Sometimes the search is satisfactory, but sometimes it searches for random or different job roles than the ones we are actually looking for.
Is there a way to make the search accurate?
#5594
Include synonyms or alternative terms for job roles or skills to capture a broader range of candidates. For example, ("software engineer" OR programmer OR developer). Variants: Account for different heardle spellings or variations in job titles and skills (e.g., ("Java developer" OR "Java programmer" OR "Software Engineer - Java")).
#5641
Determine how the API handles search parameters and whether it supports Boolean search syntax like AND, OR, NOT. Create a Boolean search string based on your specific search query. For examplepizza tower: "keyword1 AND (keyword2 OR keyword3)".
#5841
I’m fairly new to using the API as well, but one thing I’ve noticed is that sometimes the issue is with how broad the Boolean string is. If it’s too general, like just using "developer" without specifying a language or framework, it can pull in a lot of irrelevant results. I’d recommend tightening up your search by adding more specific terms (e.g., "Java AND developer" or "data analyst AND SQL") and using parentheses to group related keywords. Also, if your API supports it, try using filters like years of experience or specific skill sets to further refine your results.
Last edited by hooeynoisy on 07 Nov 2024, 09:01, edited 1 time in total.
demo.opencats.org - down

Thank you, RussH; noted. May we expect demo.openca[…]

Hi, please check you're running with PHP v7.2 or[…]

Verify the magic_quotes_runtime is ON or OFF via b[…]

yebbbb, so great