Search special characters in elastic-search

How can I search a text in double quotes - "example":.....
I want to look for example filed with double quotes
I am using ES - 7.17

Hi Jay,

Here are some ways -

  1. Either you can store your data as a keyword and you can perform wildcard query.
  2. You need to choose proper analyzer which treat special characters according to your use case.