Skip to content

Matching based on prefixes

Matching documents containing a tag beginning with Vege

GET /products/_search
{
  "query": {
    "prefix": {
      "tags.keyword": "Vege"
    }
  }
}