From a3911bfc67a1e56b53b416b0ae479e1c77f72991 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 25 Apr 2024 10:00:35 -0700 Subject: [PATCH] Update index.ts --- apps/api/src/search/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/api/src/search/index.ts b/apps/api/src/search/index.ts index d3b66aa..88cbf81 100644 --- a/apps/api/src/search/index.ts +++ b/apps/api/src/search/index.ts @@ -2,6 +2,9 @@ import { SearchResult } from "../../src/lib/entities"; import { google_search } from "./googlesearch"; import { serper_search } from "./serper"; + + + export async function search({ query, advanced = false,