Term Match
{
"query": {
"term": {
"Continent": "Asia"
}
}
}
{
"query": {
"term": {
"Continent": ["Asia", "Europe", "Africa"]
}
}
}
Last updated
{
"query": {
"term": {
"Continent": "Asia"
}
}
}
{
"query": {
"term": {
"Continent": ["Asia", "Europe", "Africa"]
}
}
}
Last updated