Search without special characters

Suppose I have values like CA-123 and C-A123 and CA1-23 and so on indexed in my ElasticSearch. Is there a way to find these values by searching with the value CA123 using java API?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.