This commit is contained in:
parent
7fc9908857
commit
1329aee1f1
|
@ -649,7 +649,7 @@ class SearchService:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = await self.client.post(
|
response = await self.client.post(
|
||||||
"/search",
|
"/search-combined",
|
||||||
json={"text": text, "limit": search_limit},
|
json={"text": text, "limit": search_limit},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user