Code Samples
Magento2 - Create custom ElasticSearch Tokenizer & Analyzer to search comma separated value in product attribute

In this blog we will see how to search a custom product attribute that contains comma separated value by building a custom elastic search tokenizer and analyzer. The default elastic search tokenizer that magento implements is space separated, i.e if you have a string "Love Magento" we can search by the word "Love" and "Magento" […]

Read more