aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search_fail/GET_bad_json.txt
blob: 496198807c824c0ca1a53d7e2dca21ddc86afdae (plain)
1
2
3
4
5
6
7
GET /some-index/_search
{
  "query": {
    "exists": {
      "field": "user"
    }
  }