ElasticSearch incorrectly indexing and querying on non-alphanumeric characters ElasticSearch incorrectly indexing and querying on non-alphanumeric characters elasticsearch elasticsearch

ElasticSearch incorrectly indexing and querying on non-alphanumeric characters


You might want to have a look at the Word Delimiter Token Filter. It will at least do what you want with "Whiskey A GoGo" and "Whiskey A Go-Go,". You can check its behaviour in advance using the analyze api.