DOM Contains() filter returns fuzzy matches instead of filtering by substring?
15th December 2025
Hi Enis, It is indeed correct that the ‘Contains’ filter is analyzed in Elasticsearch and OpenSearch with some kind of fuzzy matching. (n-gram tokenizer) This has been the default behavior …