This commit is contained in:
parent
263ceac5a3
commit
00a672f96e
|
@ -339,7 +339,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
|
||||||
.where(
|
.where(
|
||||||
and_(
|
and_(
|
||||||
Shout.deleted_at.is_(None),
|
Shout.deleted_at.is_(None),
|
||||||
Shout.id.in_(found_keys),
|
Shout.slug.in_(found_keys),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user