we have some fields with an articlenumbers. This articlenumbers looks like AB 987 g567 323. When i search for "AB 987 g" then i find the right product, but when i search without withespaces i dont find anything. I tried pattern_replace, but it doesnt work.
"whitespace_filter": {
"alphabets_char_filter": {
"type": "pattern_replace",
"pattern": " ",
"replacement": ""
}
How can i search for Articlenumbers with and without whitespaces?
question from:https://stackoverflow.com/questions/65936531/elasticsearch-find-values-with-and-without-whitespaces