Skip to content

Instantly share code, notes, and snippets.

@adrianhall
Created November 29, 2018 23:48
Show Gist options
  • Save adrianhall/34262ce0d72c4ae64bc2bd7c8a3e9bb0 to your computer and use it in GitHub Desktop.
Save adrianhall/34262ce0d72c4ae64bc2bd7c8a3e9bb0 to your computer and use it in GitHub Desktop.
{
"version":"2017-02-28",
"operation":"GET",
"path":"/_count",
"params":{
"body": {
"query": {
"bool": {
"must": [
{ "match": { "typeName": "FAVORITE" } },
{ "match": { "locationId": "$context.source.id" } }
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment