Method: POST
Host:
http://localhost:9200
Path: /su_articles_live/article/_search
Http parameters:
empty
Took: 96.422 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "e1111a60-29b6-4c4d-baba-bd19b93789d2"
}
}
],
"must": [
{
"term": {
"locale": "fr"
}
},
{
"bool": {
"should": [
{
"term": {
"excerpt.categories.id": 1
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "sound4soft"
}
},
{
"term": {
"additional_webspaces": "sound4soft"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "desc"
}
}
],
"from": 0,
"size": 100
}