Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created March 26, 2016 13:57
Show Gist options
  • Save casper-rasmussen/7d68ac2c3c3c1848c16b to your computer and use it in GitHub Desktop.
Save casper-rasmussen/7d68ac2c3c3c1848c16b to your computer and use it in GitHub Desktop.
"bool":{
"must":[
{
"query_string":{
"fields":[
"PageTitle$$string.standard",
"MainBody$$string.standard"
],
"query":"Manage On-Premise License",
"default_operator":"AND"
}
}
],
"should":[
{
"wildcard":{
"SupportingText$$string.standard":{
"value":"*manage*"
}
}
},
{
"wildcard":{
"SupportingText$$string.standard":{
"value":"*on-premise*"
}
}
},
{
"wildcard":{
"SupportingText$$string.standard":{
"value":"*license*"
}
}
}
],
"minimum_number_should_match":0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment