Method: POST
Host:
http://elasticsearch:9200
Path: /su_articles_live/article/_search
Http parameters:
empty
Took: 11.531 ms
Body: {
"query": {
"bool": {
"filter": [
{
"te
{
"query": {
"bool": {
"filter": [
{
"term": {
"locale": "en"
}
}
],
"must": [
{
"bool": {
"should": [
{
"term": {
"type": "project"
}
}
]
}
},
{
"bool": {
"should": [
{
"term": {
"main_webspace": "website"
}
},
{
"term": {
"additional_webspaces": "website"
}
}
]
}
}
],
"must_not": [
{
"term": {
"uuid": "2a8c2e19-b831-4d0b-93dc-c1e5cfe6964b"
}
}
]
}
},
"sort": [
{
"authored": {
"order": "desc"
}
}
],
"size": 2
}