gudi
Results
1
issues of
gudi
original SQL : ``` sql select title, price from products where title = '%A%' ``` expect like that : ``` json { "_source": [ "title", "price", ], "query": { "bool":...