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
b7bd6186
Commit
b7bd6186
authored
Jan 30, 2019
by
zhanglu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
帖子添加时间排序
parent
68ddb4eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
topic.py
search/utils/topic.py
+9
-10
No files found.
search/utils/topic.py
View file @
b7bd6186
...
...
@@ -506,16 +506,15 @@ class TopicUtils(object):
"""处理排序部分。"""
sort_rule
=
[]
for
sort
in
sorts_by
:
if
sort
==
TOPIC_SEARCH_SORT
.
VOTE_NUM
:
sort_rule
.
append
({
"vote_num"
:{
"order"
:
"desc"
},
"update_time"
:{
"order"
:
"desc"
},
})
if
sorts_by
==
TOPIC_SEARCH_SORT
.
VOTE_NUM
:
sort_rule
.
append
({
"vote_num"
:{
"order"
:
"desc"
},
"update_time"
:{
"order"
:
"desc"
},
})
return
sort_rule
...
...
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