Skip to content

Instantly share code, notes, and snippets.

@bcoon
Created July 10, 2015 21:32
Show Gist options
  • Select an option

  • Save bcoon/ce338077f76b842d022a to your computer and use it in GitHub Desktop.

Select an option

Save bcoon/ce338077f76b842d022a to your computer and use it in GitHub Desktop.
'body':
{'sort': [
'_score',
{'value': 'asc'}
],
'query':
{'filtered':
{'filter':
{'or': [
{
'term': {'store_id': 46740}
},
{
'term': {'white_label_id': 1}
}
]}
}
},
'from': 0
},
'index': 'stores-brian8',
'doc_type': 'goodsie_apps_products_models_productcategory'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment