feat: search under folder
This commit is contained in:
parent
acc243a432
commit
d33a9c475e
2 changed files with 7 additions and 1 deletions
|
|
@ -10,4 +10,6 @@ export interface Search {
|
|||
exact?: boolean;
|
||||
}[];
|
||||
exact?: boolean;
|
||||
recursive?: boolean;
|
||||
path?: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue