Method: POST
Host:
http://elasticsearch.sulu-7g.svc.cluster.local:9200
Path: /pqna-preprod_articles_live/article/_search
Http parameters:
empty
Took: 36.113 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "b22ede65-71eb-45e6-86e6-8e43eb85a4a6"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "newsletters"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "pqna"
}
},
{
"term": {
"additional_webspaces": "pqna"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "asc"
}
}
],
"from": 0,
"size": 100
}