https://oalp.xiphias-digital.com/DE/en/hsm-abfallsack-1661995150-28l-348x195x800mm-tr-10-st-pack-M24637

Elasticsearch Search Requests

Destination Payload Result
Http://search:9200
{
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "match": {
                            "id-product-abstract": 246
                        }
                    }
                ]
            }
        },
        "_source": [
            "search-result-data"
        ],
        "size": 3,
        "from": 0,
        "aggs": {
            "rating-aggregation": {
                "terms": {
                    "field": "rating"
                }
            }
        },
        "sort": [
            {
                "created-at": {
                    "order": "desc"
                }
            }
        ]
    },
    "parameters": []
}
{
    "productReviews": [
        {},
        {},
        {}
    ],
    "pagination": {},
    "ratingAggregation": {
        "5": 2,
        "4": 1,
        "3": 1
    }
}