https://oalp.xiphias-digital.com/DE/en/clairefontaine-collegeblock-8272c-din-a5-90blatt-kariert-M21692?page=2product-reviews

Elasticsearch Search Requests

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