aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/search/GET_search_term_short.txt
blob: 937a7b5ea702930ce676fd97adda22c35a27b779 (plain)
1
2
3
4
5
6
7
8
GET /my-index-000001/_search?pretty=true
{
  "query": {
    "match": {
      "full_text": "Quick Brown Foxes!"
    }
  }
}