Method: POST
Host:
http://localhost:9200
Path: /su_articles_live/article/_search
Http parameters:
empty
Took: 7.651 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "d3d1e5d5-1e19-4054-9ddc-7bd4a1f1c914"
}
}
],
"must": [
{
"term": {
"locale": "es"
}
},
{
"bool": {
"should": [
{
"term": {
"excerpt.categories.id": 1
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "sound4soft"
}
},
{
"term": {
"additional_webspaces": "sound4soft"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "desc"
}
}
],
"from": 0,
"size": 3
}