Elasticsearch query search with special characters

We have the subset of field value as {"id":"193d4489dc545bb930dfd5ef0030514260e0a610"}. Field type is set as text with default analyzer. We want to search as Key:value (e.g., \"id\":\"193d4489dc545bb930dfd5ef0030514260e0a610\"). But ":" is not working and nothing is getting matched. However, id and 193d4489dc545bb930dfd5ef0030514260e0a610 individually are getting matched. How can we search like this? Which analyzer will be of use?

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