# es query_string {{tag>es query query_string}} { "from": 0, "size": 1000, "sort": [ { "updated_at": { "order": "asc" } } ], "query": { "bool": { "must": [ { "term": { "brand_id": { "value": 5 } } }, { "query_string": { "query": "*핸드백*", "default_field": "search" } } ] } } }