This commit is contained in:
parent
27bea7d06f
commit
2365485a68
|
@ -310,7 +310,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
|
|||
if result:
|
||||
logger.debug(result)
|
||||
shouts = []
|
||||
for shout in result.first():
|
||||
for shout in result:
|
||||
logger.debug(shout)
|
||||
shout.score = scores[f"{shout.id}"]
|
||||
shouts.append(shout)
|
||||
|
|
Loading…
Reference in New Issue
Block a user