aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search/GET_search_wildcard.txt
blob: 6eb199db2c63c2a5f57c960569d6344003e443bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
GET /some-index/_search
{
  "query": {
    "wildcard": {
      "user.id": {
        "value": "ki*y",
        "boost": 1.0,
        "rewrite": "constant_score"
      }
    }
  }
}