Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
search_tips
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
search_tips
Commits
cf723779
Commit
cf723779
authored
Jul 20, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zhengshuang' into 'master'
add See merge request
!89
parents
3bc12018
cb70ce15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
auto_tips.py
search/utils/auto_tips.py
+5
-3
No files found.
search/utils/auto_tips.py
View file @
cf723779
...
...
@@ -208,9 +208,10 @@ def get_query_by_es(query='', lat=0, lng=0, size=0, offset=0, highlight_query=No
offset
=
offset
,
size
=
size
,
is_suggest_request
=
True
)
for
tips_item
in
result_dict
[
"suggest"
][
"tips-suggest"
]:
for
hit_item
in
tips_item
[
"options"
]:
hit_item
[
"_source"
][
"ori_name"
]
=
hit_item
[
"_source"
][
"ori_name"
]
.
replace
(
"超声刀"
,
"超声提升"
)
hit_item
[
"_source"
][
"ori_name"
]
=
hit_item
[
"_source"
][
"ori_name"
]
.
replace
(
"超声刀"
,
"超声提升"
)
hit_item
[
"_source"
][
"ori_name"
]
=
hit_item
[
"_source"
][
"ori_name"
]
.
replace
(
"私密超声刀"
,
"私密超声紧致"
)
if
hit_item
[
"_source"
][
"ori_name"
]
not
in
have_read_tips_set
:
if
hit_item
[
"_source"
][
"ori_name"
]
not
in
have_read_tips_set
and
"郑爽"
not
in
hit_item
[
"_source"
][
"ori_name"
]:
have_read_tips_set
.
add
(
hit_item
[
"_source"
][
"ori_name"
])
highlight_marks
=
u'<ems>
%
s</ems>'
%
query
# hit_item["_source"]["highlight_name"] = hit_item["_source"]["ori_name"].replace(query,
...
...
@@ -255,7 +256,8 @@ def get_query_by_es(query='', lat=0, lng=0, size=0, offset=0, highlight_query=No
get_doctor_hospital_data
.
append
(
hit_item
[
"_source"
])
else
:
if
hit_item
[
"_source"
][
"results_num"
]
>
0
:
hit_item
[
"_source"
][
"describe"
]
=
"约"
+
str
(
hit_item
[
"_source"
][
"results_num"
])
+
"个结果"
if
\
hit_item
[
"_source"
][
"describe"
]
=
"约"
+
str
(
hit_item
[
"_source"
][
"results_num"
])
+
"个结果"
if
\
hit_item
[
"_source"
][
"results_num"
]
else
""
if
hit_item
[
"_source"
][
"ori_name"
]
==
query
:
tag_equal_query
.
append
(
hit_item
[
"_source"
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment