This commit is contained in:
@@ -311,6 +311,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
|
|||||||
logger.debug(result)
|
logger.debug(result)
|
||||||
shouts = []
|
shouts = []
|
||||||
for shout in result:
|
for shout in result:
|
||||||
|
logger.debug(shout)
|
||||||
shout.score = scores[f"{shout.id}"]
|
shout.score = scores[f"{shout.id}"]
|
||||||
shouts.append(shout)
|
shouts.append(shout)
|
||||||
shouts.sort(key=lambda x: x.score, reverse=True)
|
shouts.sort(key=lambda x: x.score, reverse=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user