Method: POST
Host:
http://elasticsearch-master.sulu-pqna-preprod.svc.cluster.local:9200
Path: /pqna-preprod_articles_live/article/_search
Http parameters:
empty
Took: 34.779 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "f044b527-274d-4384-82ce-4b3a54167f87"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "aapami"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "pqna"
}
},
{
"term": {
"additional_webspaces": "pqna"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "asc"
}
}
],
"from": 0,
"size": 250
}