This commit is contained in:
2025-01-14 10:52:53 -05:00
parent f86d5a4fec
commit e2d1b69df5
4 changed files with 22 additions and 21 deletions

View File

@ -121,7 +121,7 @@ class LyricSearch(FastAPI):
if not data.a or not data.s:
raise HTTPException(detail="Invalid request", status_code=500)
aggregate_search = aggregate.Aggregate()
aggregate_search = aggregate.Aggregate(exclude_methods=None)
result = await aggregate_search.search(data.a, data.s)
if not result:
return {