Commit aaf056b2 authored by 李小芳's avatar 李小芳

Merge branch '721_goods-sort' into 'test'

add

See merge request alpha/physical!392
parents 01d006eb 91c7f5dd
...@@ -94,9 +94,7 @@ class ProductUtils(object): ...@@ -94,9 +94,7 @@ class ProductUtils(object):
continue continue
if k == "brand": if k == "brand":
f.append({"term": {"cn_name_pre": v}}, f.append({"term": {"cn_name_pre": v}})
{"term": {"en_name_pre": v}},
{"term": {"alias": v}}, )
if k == "effect": if k == "effect":
f.append({"term": {"effect_cn_name": v}}) 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