summaryrefslogtreecommitdiff
path: root/nouveau/src/test/resources/fixtures/SearchRequest.json
blob: c588cc16b6e333a138c11f785d6fa936c556143d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "query": "*:*",
    "limit": 10,
    "sort": null,
    "counts": [
        "bar"
    ],
    "ranges": {
        "foo": [
            {
                "label": "0 to 100 inc",
                "min": 0.0,
                "max": 100.0
            }
        ]
    }
}