Commit 91c7f5dd authored by lixiaofang's avatar lixiaofang

add

parent 8aebfc26
......@@ -94,9 +94,7 @@ class ProductUtils(object):
continue
if k == "brand":
f.append({"term": {"cn_name_pre": v}},
{"term": {"en_name_pre": v}},
{"term": {"alias": v}}, )
f.append({"term": {"cn_name_pre": v}})
if k == "effect":
f.append({"term": {"effect_cn_name": v}})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment