Skip to content

Instantly share code, notes, and snippets.

@skade
Created September 16, 2011 20:26
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 skade/1223057 to your computer and use it in GitHub Desktop.
Save skade/1223057 to your computer and use it in GitHub Desktop.
Prettier gist
{
"query": {
"filtered": {
"query": {
"text": {
"_all": "poker"
}
},
"filter": [
{
"term": {
"user.role": "expert"
}
},
{
"term": {
"expertprofile.approved": 1
}
},
{
"term": {
"expertprofile.is_public": 1
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment