Method: POST
Host:
http://127.0.0.1:9200
Path: /teamsante_at_live/article/_search
Http parameters:
empty
Took: 64.976 ms
Body: {
"query": {
"bool": {
"must_not": [
{
"
{
"query": {
"bool": {
"must_not": [
{
"term": {
"uuid": "fc85f0e0-6f00-4c30-8f98-d2472e30bf60"
}
}
],
"must": [
{
"term": {
"locale": "de"
}
},
{
"bool": {
"should": [
{
"term": {
"structure_type": "article"
}
},
{
"term": {
"structure_type": "default"
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"excerpt.categories.id": 1
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "teamsante"
}
},
{
"term": {
"additional_webspaces": "teamsante"
}
}
]
}
}
]
}
},
"sort": [
{
"published": {
"order": "desc"
}
}
],
"from": 9,
"size": 9
}