mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-18 11:50:00 +08:00
chore: enable fallback by default for s.jina.ai
This commit is contained in:
parent
69e02cb6e9
commit
a0ca9ce2df
@ -112,7 +112,7 @@ export class SearcherHost extends RPCHost {
|
||||
@Param('hl', { validate: (v: string) => WORLD_LANGUAGES.some(l => l.code === v) }) hl?: string,
|
||||
@Param('location') location?: string,
|
||||
@Param('page') page?: number,
|
||||
@Param('fallback', { type: Boolean, default: false }) fallback?: boolean,
|
||||
@Param('fallback', { type: Boolean, default: true }) fallback?: boolean,
|
||||
@Param('q') q?: string,
|
||||
) {
|
||||
// We want to make our search API follow SERP schema, so we need to expose 'num' parameter.
|
||||
|
Loading…
x
Reference in New Issue
Block a user