crashclouseau/buildhub.py [160:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "aggs": {
                    "revisions": {"terms": {"field": "source.revision", "size": 1}},
                    "versions": {"terms": {"field": "target.version", "size": 1}},
                },
            }
        },
        "query": {
            "bool": {
                "filter": [
                    {"term": {"target.channel": channel}},
                    {"term": {"source.product": product}},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



crashclouseau/buildhub.py [208:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "aggs": {
                    "revisions": {"terms": {"field": "source.revision", "size": 1}},
                    "versions": {"terms": {"field": "target.version", "size": 1}},
                },
            }
        },
        "query": {
            "bool": {
                "filter": [
                    {"term": {"target.channel": channel}},
                    {"term": {"source.product": product}},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



