Search for a string within a specific field

hi @ghouston10,

seems similar to this question: Search for a substring within a specific field

you can use the lucene syntax here.

GET /example/_search?q=test:abc*

For more advanced matching, you can look at the regexp matcher. See here for details: wildcard and regexp Queries | Elasticsearch: The Definitive Guide [2.x] | Elastic