Spaces:
Build error
Build error
Mohammad Shahid commited on
Commit ·
5ce5ea7
1
Parent(s): 1ba2d7b
Further cleanup: disable remaining external service dependencies
Browse files
src/api/searcher.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { API_CALL_STATUS } from '../shared/db/api-roll';
|
|
| 28 |
import { SERPResult } from '../db/searched';
|
| 29 |
// import { SerperSearchQueryParams, WORLD_COUNTRIES, WORLD_LANGUAGES } from '../shared/3rd-party/serper-search';
|
| 30 |
import { InternalJinaSerpService } from '../services/serp/internal';
|
|
|
|
| 31 |
import { WebSearchEntry } from '../services/serp/compat';
|
| 32 |
|
| 33 |
const WORLD_COUNTRY_CODES = Object.keys(WORLD_COUNTRIES).map((x) => x.toLowerCase());
|
|
|
|
| 28 |
import { SERPResult } from '../db/searched';
|
| 29 |
// import { SerperSearchQueryParams, WORLD_COUNTRIES, WORLD_LANGUAGES } from '../shared/3rd-party/serper-search';
|
| 30 |
import { InternalJinaSerpService } from '../services/serp/internal';
|
| 31 |
+
// import { GoogleSearchExplicitOperatorsDto } from '../services/serper-search';
|
| 32 |
import { WebSearchEntry } from '../services/serp/compat';
|
| 33 |
|
| 34 |
const WORLD_COUNTRY_CODES = Object.keys(WORLD_COUNTRIES).map((x) => x.toLowerCase());
|
src/api/{serp.ts → serp.ts.disabled}
RENAMED
|
File without changes
|