Skip to content

Instantly share code, notes, and snippets.

@anam-hossain
Created June 24, 2018 11:26

Revisions

  1. anam-hossain created this gist Jun 24, 2018.
    15 changes: 15 additions & 0 deletions must.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "query" : {
    "bool" : {
    "must": [{
    "match": {
    "make": "Audi"
    }
    }, {
    "match": {
    "model": "A6"
    }
    }]
    }
    }
    }