Last active
August 29, 2015 14:14
-
-
Save fillerwriter/32b1f3a9a492cbab8468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filters": [ | |
{ | |
"id": "situation-reports", | |
"title": "Situation reports by UN agencies", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F10)_(ST272)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "format.name", | |
"value": "Situation Report" | |
}, | |
{ | |
"field": "source.type.name", | |
"value": "International Organization" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "situation-reports-ngo", | |
"title": "Situation reports by NGOs", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F10)_(ST274)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "format.name", | |
"value": "Situation Report" | |
}, | |
{ | |
"field": "source.type.name", | |
"value": "Non-governmental Organization" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "analysis", | |
"title": "Analysis", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F3)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "format.name", | |
"value": "Analysis" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "assessments", | |
"title": "Assessments", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F5)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "format.name", | |
"value": "Assessment" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "appeals-contributions", | |
"title": "Appeals and contributions", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F4.T4589)_!(PC254)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"conditions": [ | |
{ | |
"field": "format.name", | |
"value": "Assessment" | |
}, | |
{ | |
"field": "theme.name", | |
"value": "Contributions" | |
} | |
] | |
}, | |
{ | |
"field": "primary_country.name", | |
"value": "World", | |
"negate": true | |
} | |
] | |
} | |
}, | |
{ | |
"id": "aid-agency-news", | |
"title": "Aid agency news", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(F8)_(ST274)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "format.name", | |
"value": "News and Press Release" | |
}, | |
{ | |
"field": "source.type.name", | |
"value": "Non-governmental Organization" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "media-news", | |
"title": "Media news", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_(ST273)#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "source.type.name", | |
"value": "Media" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "evaluations-lessons-learned", | |
"title": "Evaluations and Lessons Learned", | |
"location": "http://reliefweb.int/updates?advanced-search=(C226.C122)_!(PC254)&format=6#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "primary_country.name", | |
"value": "World", | |
"negate": true | |
} | |
] | |
}, | |
{ | |
"field": "format.id", | |
"value": "6" | |
} | |
] | |
} | |
}, | |
{ | |
"id": "reports-in-arabic", | |
"title": "Reports in Arabic", | |
"location": "http://reliefweb.int/updates?advanced-search=%28C226.C122%29&language=6876#content", | |
"filters": { | |
"operator": "AND", | |
"conditions": [ | |
{ | |
"field": "country", | |
"value": [ | |
"Iraq", | |
"Syria" | |
] | |
}, | |
{ | |
"field": "language.name", | |
"value": "Arabic" | |
} | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment