aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service/src/test/resources/json/queries/simple-parsed-query.json
blob: 50ce6811100901317c04d03b6f30537436b1b07c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "queries": [
    {
      "parsed-query": {
        "field": "searchTags",
        "query-string": "a"
      }
    }
  ]
}