Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created January 14, 2014 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/8425924 to your computer and use it in GitHub Desktop.
Save abuiles/8425924 to your computer and use it in GitHub Desktop.
{:filter=>
{:or=>
[
{:term=>{:business_question_ids=>669}},
{:term=>{:business_question_ids=>668}}
]
}
}
@abuiles
Copy link
Author

abuiles commented Jan 14, 2014

curl -XGET http://localhost:9200/account-15/_search -d '{"filter":{"or":[{"term":{"business_question_ids":669}},{"term":{"business_question_ids":668}}]}}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment