Method: POST
Host:
http://localhost:9200
Path: /su_articles_live/article/_search
Http parameters:
empty
Took: 22.936 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "1290b8aa-f0f9-4776-89b6-2f184977bb5c"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"type": "blog"
}
}
]
}
},
{
"match_all": {}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "h3dev"
}
},
{
"term": {
"additional_webspaces": "h3dev"
}
}
]
}
}
]
}
},
"sort": [
{
"authored": {
"order": "desc"
}
}
],
"from": 0,
"size": 10000
}