search-simpler-query-fix-6
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s

This commit is contained in:
Untone 2024-01-28 23:57:34 +03:00
parent 01b9091310
commit b92431e802

View File

@ -354,7 +354,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
) )
.limit(limit) .limit(limit)
.offset(offset) .offset(offset)
.unique() .all()
) )
logger.debug(f'search found {len(results)} results') logger.debug(f'search found {len(results)} results')
for shout in results: for shout in results: