search-simpler-query-fix-6
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s
This commit is contained in:
parent
01b9091310
commit
b92431e802
|
@ -354,7 +354,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
|
|||
)
|
||||
.limit(limit)
|
||||
.offset(offset)
|
||||
.unique()
|
||||
.all()
|
||||
)
|
||||
logger.debug(f'search found {len(results)} results')
|
||||
for shout in results:
|
||||
|
|
Loading…
Reference in New Issue
Block a user