https://oalp.xiphias-digital.com/DE/en/brennenstuhl-steckdosenleiste-3fach-M23731

Elasticsearch Search Requests

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