feat: Update recursive search option to default to true and remove related UI elements

This commit is contained in:
Will Miao
2025-08-26 18:14:43 +08:00
parent d2268fc9e0
commit 842beec7cc
7 changed files with 8 additions and 105 deletions

View File

@@ -673,7 +673,6 @@ export class BaseModelApiClient {
}
}
}
params.append('recursive', (pageState.searchOptions?.recursive ?? false).toString());
if (pageState.filters) {
if (pageState.filters.tags && pageState.filters.tags.length > 0) {