https://oalp.xiphias-digital.com/DE/en/search?merchant_name%5B0%5D=Computer%20Experts&page=4

Elasticsearch Search Requests

Destination Payload Result
Http://search:9200
{
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "match_all": {}
                    },
                    {
                        "match": {
                            "type": "product_abstract"
                        }
                    },
                    {
                        "match": {
                            "store": "DE"
                        }
                    },
                    {
                        "match": {
                            "locale": "en_US"
                        }
                    },
                    {
                        "match": {
                            "is-active": true
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-from": {
                                            "lte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-from"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-to": {
                                            "gte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-to"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                ],
                "filter": [
                    {
                        "nested": {
                            "query": {
                                "term": {
                                    "integer-facet.facet-name": {
                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                        "boost": 1
                                    }
                                }
                            },
                            "path": "integer-facet"
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "nested": {
                                        "path": "string-facet",
                                        "query": {
                                            "bool": {
                                                "filter": [
                                                    {
                                                        "term": {
                                                            "string-facet.facet-name": {
                                                                "value": "merchant_name",
                                                                "boost": 1
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "term": {
                                                            "string-facet.facet-value": {
                                                                "value": "Computer Experts",
                                                                "boost": 1
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "from": 36,
        "size": 12,
        "aggs": {
            "category.all-parents.category": {
                "terms": {
                    "field": "category.all-parents",
                    "size": 1000
                }
            },
            "integer-facet": {
                "nested": {
                    "path": "integer-facet"
                },
                "aggs": {
                    "integer-facet-name": {
                        "terms": {
                            "field": "integer-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "integer-facet-stats": {
                                "stats": {
                                    "field": "integer-facet.facet-value"
                                }
                            }
                        }
                    }
                }
            },
            "string-facet": {
                "nested": {
                    "path": "string-facet"
                },
                "aggs": {
                    "string-facet-name": {
                        "terms": {
                            "field": "string-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "string-facet-value": {
                                "terms": {
                                    "field": "string-facet.facet-value",
                                    "size": 10
                                }
                            }
                        }
                    }
                }
            },
            "global-merchant_name": {
                "global": {},
                "aggs": {
                    "filter": {
                        "filter": {
                            "bool": {
                                "must": [
                                    {
                                        "match_all": {}
                                    },
                                    {
                                        "match": {
                                            "type": "product_abstract"
                                        }
                                    },
                                    {
                                        "match": {
                                            "store": "DE"
                                        }
                                    },
                                    {
                                        "match": {
                                            "locale": "en_US"
                                        }
                                    },
                                    {
                                        "match": {
                                            "is-active": true
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-from": {
                                                            "lte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-from"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-to": {
                                                            "gte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-to"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "filter": [
                                    {
                                        "nested": {
                                            "query": {
                                                "term": {
                                                    "integer-facet.facet-name": {
                                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                                        "boost": 1
                                                    }
                                                }
                                            },
                                            "path": "integer-facet"
                                        }
                                    }
                                ]
                            }
                        },
                        "aggs": {
                            "string-facet": {
                                "nested": {
                                    "path": "string-facet"
                                },
                                "aggs": {
                                    "string-facet-name": {
                                        "terms": {
                                            "field": "string-facet.facet-name",
                                            "size": 10
                                        },
                                        "aggs": {
                                            "string-facet-value": {
                                                "terms": {
                                                    "field": "string-facet.facet-value",
                                                    "size": 10
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "parameters": {
        "merchant_name": [
            "Computer Experts"
        ],
        "page": "4"
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 462,
                    "id_product_image": 1544,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1544",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007631W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007631W",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1544,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1544
                }
            ],
            "id_product_labels": [],
            "price": 2930,
            "abstract_name": "Cherry keyboard mouse set DW 3000 JD-0700DE-2, black",
            "id_product_abstract": 242,
            "type": "product_abstract",
            "add_to_cart_sku": "426588",
            "prices": {
                "DEFAULT": 2930
            },
            "abstract_sku": "M24610",
            "url": "\/en\/cherry-tastatur-maus-set-dw-3000-jd-0700de-2-schwarz-M24610"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 464,
                    "id_product_image": 1546,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1546",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007659S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007659S",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1546,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1546
                }
            ],
            "id_product_labels": [],
            "price": 1615,
            "abstract_name": "Cherry Optical Mouse MW2400 JW-0700-2, cordless USB 3 buttons, black",
            "id_product_abstract": 243,
            "type": "product_abstract",
            "add_to_cart_sku": "426590",
            "prices": {
                "DEFAULT": 1615
            },
            "abstract_sku": "M24612",
            "url": "\/en\/cherry-optical-mouse-mw2400-jw-0700-2-cordless-usb-3tasten-sw-M24612"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 474,
                    "id_product_image": 1566,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1566",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006205A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006205A",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1566,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1566
                },
                {
                    "fk_product_image_set": 474,
                    "id_product_image": 1568,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1568",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006241C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006241C",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1568,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1568
                }
            ],
            "id_product_labels": [],
            "price": 1324,
            "abstract_name": "Logitech Optical Mouse M100 USB 1,000dpi",
            "id_product_abstract": 248,
            "type": "product_abstract",
            "add_to_cart_sku": "427913",
            "prices": {
                "DEFAULT": 1324
            },
            "abstract_sku": "M25598",
            "url": "\/en\/logitech-optical-mouse-m100-usb-1-000dpi-M25598"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 476,
                    "id_product_image": 1570,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1570",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007372D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007372D",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1570,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1570
                }
            ],
            "id_product_labels": [],
            "price": 2447,
            "abstract_name": "Logitech keyboard-mouse set MK120 920-002540, corded, black",
            "id_product_abstract": 249,
            "type": "product_abstract",
            "add_to_cart_sku": "427914",
            "prices": {
                "DEFAULT": 2447
            },
            "abstract_sku": "M25599",
            "url": "\/en\/logitech-tastatur-maus-set-mk120-920-002540-corded-schwarz-M25599"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 488,
                    "id_product_image": 1584,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1584",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007780X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007780X",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1584,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1584
                }
            ],
            "id_product_labels": [],
            "price": 2688,
            "abstract_name": "Brennenstuhl socket strip Premium-Line 1951180100, 8-fold, black",
            "id_product_abstract": 255,
            "type": "product_abstract",
            "add_to_cart_sku": "425099",
            "prices": {
                "DEFAULT": 2688
            },
            "abstract_sku": "M26419",
            "url": "\/en\/brennenstuhl-steckdosenleiste-premium-line-1951180100-8fach-sw-M26419"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 176,
                    "id_product_image": 722,
                    "alt_text_small": "",
                    "product_image_key": "product_image_722",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049U",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 722,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 722
                },
                {
                    "fk_product_image_set": 176,
                    "id_product_image": 724,
                    "alt_text_small": "",
                    "product_image_key": "product_image_724",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050D",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 724,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 724
                }
            ],
            "id_product_labels": [
                1,
                2
            ],
            "price": 1579,
            "abstract_name": "Verbatim USB stick Store n Go V3 49173 32GB USB3.0 gray",
            "id_product_abstract": 87,
            "type": "product_abstract",
            "add_to_cart_sku": "420566",
            "prices": {
                "DEFAULT": 1579
            },
            "abstract_sku": "M21100",
            "url": "\/en\/verbatim-usb-stick-store-n-go-v3-49173-32gb-usb3-0-grau-M21100"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 456,
                    "id_product_image": 1538,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1538",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007387M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007387M",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1538,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1538
                }
            ],
            "id_product_labels": [
                4,
                5
            ],
            "price": 4196,
            "abstract_name": "Cherry keyboard Strait JK-0300DE metal-look, corded, USB, silver",
            "rating": 4,
            "id_product_abstract": 239,
            "review_count": 3,
            "type": "product_abstract",
            "add_to_cart_sku": "426581",
            "prices": {
                "DEFAULT": 4196,
                "ORIGINAL": 4662
            },
            "abstract_sku": "M24605",
            "url": "\/en\/cherry-tastatur-strait-jk-0300de-metall-look-schnurgebunden-usb-si-M24605"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 442,
                    "id_product_image": 1522,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1522",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006803J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006803J",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1522,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1522
                }
            ],
            "id_product_labels": [],
            "price": 1372,
            "abstract_name": "Hama keyboard Basic Keybord K212 00057209 16x2x46 cm USB, black",
            "id_product_abstract": 232,
            "type": "product_abstract",
            "add_to_cart_sku": "425159",
            "prices": {
                "DEFAULT": 1372
            },
            "abstract_sku": "M23777",
            "url": "\/en\/hama-tastatur-basic-keybord-k212-00057209-16x2x46cm-usb-schwarz-M23777"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 478,
                    "id_product_image": 1572,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1572",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006339B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006339B",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1572,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1572
                }
            ],
            "id_product_labels": [],
            "price": 1770,
            "abstract_name": "Logitech keyboard K120 920-002489 3x18x47 cm USB, black",
            "id_product_abstract": 250,
            "type": "product_abstract",
            "add_to_cart_sku": "427915",
            "prices": {
                "DEFAULT": 1770
            },
            "abstract_sku": "M25600",
            "url": "\/en\/logitech-tastatur-k120-920-002489-3x18x47cm-usb-schwarz-M25600"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 162,
                    "id_product_image": 686,
                    "alt_text_small": "",
                    "product_image_key": "product_image_686",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006852Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006852Z",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 686,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 686
                },
                {
                    "fk_product_image_set": 162,
                    "id_product_image": 688,
                    "alt_text_small": "",
                    "product_image_key": "product_image_688",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836K",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 688,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 688
                },
                {
                    "fk_product_image_set": 162,
                    "id_product_image": 690,
                    "alt_text_small": "",
                    "product_image_key": "product_image_690",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006852Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006852Y",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 690,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 690
                },
                {
                    "fk_product_image_set": 162,
                    "id_product_image": 692,
                    "alt_text_small": "",
                    "product_image_key": "product_image_692",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006811L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006811L",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 692,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 692
                },
                {
                    "fk_product_image_set": 162,
                    "id_product_image": 694,
                    "alt_text_small": "",
                    "product_image_key": "product_image_694",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836J",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 694,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 694
                }
            ],
            "id_product_labels": [],
            "price": 2170,
            "abstract_name": "Verbatim storage card SDHC Card Class 10",
            "id_product_abstract": 80,
            "type": "product_abstract",
            "add_to_cart_sku": "420549",
            "prices": {
                "DEFAULT": 2170
            },
            "abstract_sku": "M21090",
            "url": "\/en\/verbatim-speicherkarte-sdhc-card-class-10-M21090"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 178,
                    "id_product_image": 726,
                    "alt_text_small": "",
                    "product_image_key": "product_image_726",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050E",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 726,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 726
                }
            ],
            "id_product_labels": [],
            "price": 2413,
            "abstract_name": "Verbatim USB stick Store n Go V3 49174 64GB USB3.0 black\/gray",
            "id_product_abstract": 88,
            "type": "product_abstract",
            "add_to_cart_sku": "420567",
            "prices": {
                "DEFAULT": 2413
            },
            "abstract_sku": "M21101",
            "url": "\/en\/verbatim-usb-stick-storen-go-v3-49174-64gb-usb3-0-schwarz-grau-M21101"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 298,
                    "id_product_image": 1036,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1036",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007118K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007118K",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1036,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1036
                }
            ],
            "id_product_labels": [],
            "price": 891,
            "abstract_name": "Soennecken USB stick 2.0 black\/silver",
            "id_product_abstract": 152,
            "type": "product_abstract",
            "add_to_cart_sku": "422573",
            "prices": {
                "DEFAULT": 891
            },
            "abstract_sku": "M22269",
            "url": "\/en\/soennecken-usb-stick-2-0-schwarz-silber-M22269"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}
Http://search:9200
{
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "match_all": {}
                    },
                    {
                        "match": {
                            "type": "cms_page"
                        }
                    },
                    {
                        "match": {
                            "store": "DE"
                        }
                    },
                    {
                        "match": {
                            "locale": "en_US"
                        }
                    },
                    {
                        "match": {
                            "is-active": true
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-from": {
                                            "lte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-from"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-to": {
                                            "gte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-to"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        },
        "_source": [
            "search-result-data"
        ]
    },
    "parameters": []
}
{}