'match' Clause
{
"query": {
"bool": {
"match": {
"query": "free text for search"
}
}
}
}{
"query": {
"bool": {
"match": {
"species": "Asian Koel"
}
}
}
}Last updated
{
"query": {
"bool": {
"match": {
"query": "free text for search"
}
}
}
}{
"query": {
"bool": {
"match": {
"species": "Asian Koel"
}
}
}
}Last updated