Unable to search double quotes from kibana/query

I have some records in my document with 4" , 2" . I want to search 4" but I can only search 4. Elastic is unable to search " from my records. I have tried searching with different methods in my query. I also tried searching through Kibana but problem persists.

Steps to reproduce:

  1. Add a document with some data having " in it.
  2. Search using "
  3. It will not hit on the basis of "

Welcome.

It's because of analyzers. You need to find the right analyzer which matches your use case.

See https://www.elastic.co/guide/en/elasticsearch/reference/current/analyzer.html

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