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