fix(core): bound default search results (#37154)
This commit is contained in:
parent
ec8ee60e0b
commit
b6ccb66610
5 changed files with 40 additions and 9 deletions
|
|
@ -31,6 +31,8 @@ export type ListInput = typeof ListInput.Type
|
|||
|
||||
export { FindInput }
|
||||
|
||||
export const DEFAULT_SEARCH_LIMIT = 100
|
||||
|
||||
export class GlobInput extends Schema.Class<GlobInput>("FileSystem.GlobInput")({
|
||||
pattern: Schema.String,
|
||||
path: RelativePath.pipe(Schema.optional),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue