Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Escape synonym special characters on export #107

Open wexo-team opened 7 years ago

wexo-team commented 7 years ago

Fix error IllegalArgumentException[term: was completely eliminated by analyzer] caused by unescaped characters

I assume this to be the problem described in #59

Related file TestSolrSynonymParser#testEscapedStuff()