shopinvader / locomotive-shopinvader

LocomotiveCMS Plugin for Shopinvader
https://shopinvader.com
MIT License
12 stars 15 forks source link

Case insensitive searches #66

Closed JordiBForgeFlow closed 3 years ago

JordiBForgeFlow commented 3 years ago

How can we achieve case insensitive searches in Shopinvader?

So, a user typing "table" in the search bar will produce the same result as typing "Table".

I can see that this works fine in the demo store https://default.site.demo.shopinvader.com/?q=table image

I believe that this must be a setting in ElasticSearch?¿

@hviorforgeflow

rousseldenis commented 3 years ago

How can we achieve case insensitive searches in Shopinvader?

So, a user typing "table" in the search bar will produce the same result as typing "Table".

I can see that this works fine in the demo store https://default.site.demo.shopinvader.com/?q=table image

I believe that this must be a setting in ElasticSearch?¿

@HviorForgeFlow

I think this is a setting for the index key. I can investiguate.