How do I Query my JobOrder Skills for "C#"
Posted: Tue Jul 15, 2014 5:48 pm
I am having difficulty querying my Job Orders with the skill C#. I am able to query every other skill, so it seems the # symbol is the problem.
Here is my REST url:
.../search/JobOrder?query=(isOpen:1 AND isDeleted:0 AND isPublic:1) AND (customTextBlock2:\"c#*\")&fields=id,publicDescription,title,customTextBlock2,skills(id,name)&count=20&start=0&BhRestToken=XXXXXXXX"
I receive an error
The remote server returned an error: (412) Precondition Failed.
I assume there must be a minimum number of characters required for the search because passing in c? or c* doesn't error but returns no results either.
Thanks in advance
Here is my REST url:
.../search/JobOrder?query=(isOpen:1 AND isDeleted:0 AND isPublic:1) AND (customTextBlock2:\"c#*\")&fields=id,publicDescription,title,customTextBlock2,skills(id,name)&count=20&start=0&BhRestToken=XXXXXXXX"
I receive an error
The remote server returned an error: (412) Precondition Failed.
I assume there must be a minimum number of characters required for the search because passing in c? or c* doesn't error but returns no results either.
Thanks in advance