Method: POST
Host:
http://elasticsearch.sulu-7g.svc.cluster.local:9200
Path: /pqna-preprod_articles_live/article/_search
Http parameters:
empty
Took: 24.256 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "3932d632-b236-4e4f-925a-199da4ebaa8f"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "agenda"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "pqna"
}
},
{
"term": {
"additional_webspaces": "pqna"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "asc"
}
}
],
"from": 0,
"size": 100
}