Hi there,
I'm trying to run a search query using the job skills set.
At the moment, I have this query string, but can't seem to find the right combination using Lucene to search the skills array.
&query=isOpen:1 AND isDeleted:0 AND isPublic:1 AND skills.data[0].name:("Radiology") &fields...
What is the right way to query the skills name?
Many thanks
Adam
Search query with Skills
Moderators: StaffingSupport, s.emmons, BullhornSupport
-
- User
- Posts: 3
- Joined: Mon Mar 02, 2020 8:29 am
Re: Search query with Skills
Hello!
If you want to get all the Jobs that have Radiology as a skill association, you can use this:
query/JobOrder?where=skills.name='Radiology'
this can be used as a template to make the skill- association call:
http://bullhorn.github.io/rest-api-docs ... sociations
If you want to get all the Jobs that have Radiology as a skill association, you can use this:
query/JobOrder?where=skills.name='Radiology'
this can be used as a template to make the skill- association call:
http://bullhorn.github.io/rest-api-docs ... sociations