aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search/GET_search_prefix.txt
blob: 3e3555679c7eef64d1db00fcb11573ef33404aac (plain)
1
2
3
4
5
6
7
8
9
10
GET /some-index/_search
{
  "query": {
    "prefix": {
      "user.id": {
        "value": "ki"
      }
    }
  }
}