Skip to content

Instantly share code, notes, and snippets.

@arofiqimaulana
Created May 2, 2025 03:22
Show Gist options
  • Select an option

  • Save arofiqimaulana/14b28d1014cf3672be418afa5d772506 to your computer and use it in GitHub Desktop.

Select an option

Save arofiqimaulana/14b28d1014cf3672be418afa5d772506 to your computer and use it in GitHub Desktop.
Boolean Contoh Elastic
{
"bool": {
"must": [
{ "match": { "judul": "kopi" } }
],
"should": [
{ "match": { "deskripsi": "manis" } },
{ "match": { "warna": "coklat" } }
],
"must_not": [
{ "match": { "status": "dihapus" } }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment