Method: POST
Host:
http://elasticsearch.sulu-7g.svc.cluster.local:9200
Path: /pqna-preprod_articles_live/article/_search
Http parameters:
empty
Took: 25.681 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "9cdaf6e0-b488-47c9-9e49-16fa7669cc95"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "territoires"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "pqna"
}
},
{
"term": {
"additional_webspaces": "pqna"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "desc"
}
}
],
"from": 0,
"size": 3
}