Dear Maurice,
Thank you for your interest in using the ReliefWeb API.
To filter on several fields at the same time (theme and title in that case), you need to use a "conditional" filter (see
http://apidoc.rwlabs.org/#filter" => "conditions" parameter and the "Reports tagged with France or Spain but not Italy" example).
Using a conditional filter, you can rewrite your query this way:
This can be read:
- Conditions:
- 0:
- Field: theme
- Value: Agriculture
- 1:
- Field: title
- Value: manager
With the "and" operator, as you want to find documents which contain both Agriculture and manager.
Also please note, that it is recommended to use the API over https:
https://api.reliefweb.int/v1/jobs and you should use a unique name that identifies you application for the "appname" parameter.
Best regards,
Jonathan