Method: POST
Host:
http://localhost:9200
Path: /su_articles_live/article/_search
Http parameters:
empty
Took: 11.786 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "954067ae-693c-40e3-af37-7079b8db959c"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"excerpt.categories.id": 2
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "sound4soft"
}
},
{
"term": {
"additional_webspaces": "sound4soft"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "desc"
}
}
],
"from": 0,
"size": 3
}