Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created September 14, 2018 23:14
Show Gist options
  • Save rcdexta/02d21061f5a7269a32532f6955b4650f to your computer and use it in GitHub Desktop.
Save rcdexta/02d21061f5a7269a32532f6955b4650f to your computer and use it in GitHub Desktop.
POST http://localhost:9200/crm_app/customers/_search
{
"query": {
"multi_match": {
"query": "CMB14",
"fields": ["fullName", "shortCode"]
}
},
"sort": ["_score", {"createdDate": "desc"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment