We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869397e commit c3e55b2Copy full SHA for c3e55b2
app/routes.py
@@ -25,6 +25,7 @@ async def get_video_list(
25
) -> _Page[GetVideoInfoSchema]:
26
statement = select(Video).where(
27
or_(
28
+ Video.bvid == q,
29
Video.title.ilike(f"%{q}%"),
30
Video.belong.ilike(f"%{q}%"),
31
),
0 commit comments