Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
physical
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
alpha
physical
Commits
57c802a9
Commit
57c802a9
authored
5 years ago
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sheer_user_id
parent
bc351a1c
master
deploy/like-prod
deploy/like-stage
deploy/like-test
dev
like-pre/r01
test
2 merge requests
!365
Hotword
,
!366
Test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
user.py
search/views/user.py
+1
-2
No files found.
search/views/user.py
View file @
57c802a9
...
@@ -135,8 +135,7 @@ def search_user(query="", offset=0, size=10):
...
@@ -135,8 +135,7 @@ def search_user(query="", offset=0, size=10):
res
=
result_dict
[
"hits"
]
res
=
result_dict
[
"hits"
]
if
len
(
res
)
>
0
:
if
len
(
res
)
>
0
:
user_id
=
[
item
[
"_source"
][
"user_id"
]
for
item
in
res
]
sheer_user_id
=
[
item
[
"_source"
][
"user_id"
]
for
item
in
res
]
sheer_user_id
.
append
(
user_id
)
logging
.
info
(
"get res:
%
s"
%
res
)
logging
.
info
(
"get res:
%
s"
%
res
)
# 获取模糊匹配的用户ID
# 获取模糊匹配的用户ID
...
...
This diff is collapsed.
Click to expand it.
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