Commit 0a50bbfe authored by lixiaofang's avatar lixiaofang

add

parent b0df645c
...@@ -13,6 +13,7 @@ from libs.tools import point_distance ...@@ -13,6 +13,7 @@ from libs.tools import point_distance
from gm_rpcd.all import bind from gm_rpcd.all import bind
from trans2es.commons.words_utils import QueryWordAttr, get_tips_word_type from trans2es.commons.words_utils import QueryWordAttr, get_tips_word_type
def get_suggest_tips(query, lat, lng, offset=0, size=50): def get_suggest_tips(query, lat, lng, offset=0, size=50):
try: try:
# ios输入法在某些情况下会携带\\u2006 # ios输入法在某些情况下会携带\\u2006
...@@ -37,7 +38,6 @@ def get_suggest_tips(query, lat, lng, offset=0, size=50): ...@@ -37,7 +38,6 @@ def get_suggest_tips(query, lat, lng, offset=0, size=50):
"includes": ["id", "ori_name", "offline_score", "is_online", "type_flag", "results_num"] "includes": ["id", "ori_name", "offline_score", "is_online", "type_flag", "results_num"]
} }
} }
logging.info("get qqqqqqqq:%s" % q) logging.info("get qqqqqqqq:%s" % q)
have_read_tips_set = set() have_read_tips_set = set()
ret_list = list() ret_list = list()
......
...@@ -137,6 +137,7 @@ class TypeInfo(object): ...@@ -137,6 +137,7 @@ class TypeInfo(object):
continue continue
data = self.get_data_func(instance) data = self.get_data_func(instance)
(item_dict, suggest_list) = data (item_dict, suggest_list) = data
if item_dict["tips_name_type"] == 4: if item_dict["tips_name_type"] == 4:
instance.name = instance.keyword instance.name = instance.keyword
......
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