Skip to content

Instantly share code, notes, and snippets.

@emilstahl
Created March 7, 2016 17:02
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 emilstahl/738faf39f8cfd54d7225 to your computer and use it in GitHub Desktop.
Save emilstahl/738faf39f8cfd54d7225 to your computer and use it in GitHub Desktop.
{
"from": 0,
"query": {
"filtered": {
"filter": {
"term": {
"_type": "virksomhed"
}
},
"query": {
"bool": {
"must": [
{
"query_string": {
"default_field": "virksomhed.Vrvirksomhed.virksomhedsform.virksomhedsformkode",
"query": "81"
}
},
{
"query_string": {
"default_field": "virksomhed.Vrvirksomhed.virksomhedsstatus.status",
"query": "UNDER TVANGSOPLØSNING"
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment