@@ -311,6 +311,9 @@ var SR = strings.Replace
func MakeQuery(query, order, fileds string, start, limit int) string {
res := AnalyQuery(query, "", QStr)
if len(res) > 10 {
+ if strings.Contains(res, "###剑鱼###") {
+ res = strings.ReplaceAll(res, "###剑鱼###", "\\\"")
+ }
res = SR(SR(SR(SR(res, ",$and", "", -1), "$and", "", -1), ",$or", "", -1), "$or", "", -1)
if len(fileds) > 0 {
//"_source":["account_number","balance"]