slug-string-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m41s

This commit is contained in:
Untone 2024-01-28 18:56:06 +03:00
parent 263ceac5a3
commit 00a672f96e

View File

@ -339,7 +339,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
.where(
and_(
Shout.deleted_at.is_(None),
Shout.id.in_(found_keys),
Shout.slug.in_(found_keys),
)
)
)