Hi i have a brand_name field and its values are like "Hello World" means have spaces in between
i dont want to analyze it for exact matching
currently my mapping is this
"brand_name" => [
"type" => "text",
"fields" => [
"keyword" => [
"type" => "keyword"
]
]
]
how can i achieve this ?