Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # es query_string {{tag>es query query_string}} <code> { "from": 0, "size": 1000, "sort": [ { "updated_at": { "order": "asc" } } ], "query": { "bool": { "must": [ { "term": { "brand_id": { "value": 5 } } }, { "query_string": { "query": "*핸드백*", "default_field": "search" } } ] } } } </code> open/es-query-string.txt Last modified: 2024/10/05 06:15by 127.0.0.1