{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "081813e4-f639-4607-beee-76f25b5335df"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "agenda"
}
},
{
"term": {
"structure_type": "experiences"
}
},
{
"term": {
"structure_type": "analyses"
}
},
{
"term": {
"structure_type": "articles"
}
},
{
"term": {
"structure_type": "offres"
}
},
{
"term": {
"structure_type": "fiches_territoires"
}
},
{
"term": {
"structure_type": "newsletters"
}
},
{
"term": {
"structure_type": "groupe-travail"
}
},
{
"term": {
"structure_type": "aapami"
}
},
{
"term": {
"structure_type": "guides_outils"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "pqna"
}
},
{
"term": {
"additional_webspaces": "pqna"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "asc"
}
}
],
"from": 0,
"size": 100
}