Ignore gracefully a specific character

hi guys,
I was playing with the predefined index kibana_sample_data_ecommerce.
In the field category I can find some not standard character, for instance apostrophe.
Is there a way to ignore it (so, a query on values "Womens" and "Women's" should give the same number of hits)?

This is where the interesting parts of full-text search are starting. You may want to take a look at stemming tokenizers and delimiter token filters. See https://www.elastic.co/guide/en/elasticsearch/reference/7.5/analysis-tokenfilters.html

I highly recommend to take a step back and take some time to read about how the whole process of analysis works before playing around with this.

hi @spinscale, I'm really scared about your link but I will try to take a deep dive into it :slight_smile:

thanks for the moment

1 Like

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