search-combined
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
Untone 2025-06-03 02:00:44 +03:00
parent 7fc9908857
commit 1329aee1f1

View File

@ -649,7 +649,7 @@ class SearchService:
try:
response = await self.client.post(
"/search",
"/search-combined",
json={"text": text, "limit": search_limit},
)