add docs part 3

This commit is contained in:
2026-03-26 23:49:39 +05:00
parent e820194aa0
commit d73d854694
2 changed files with 37 additions and 28 deletions
+2
View File
@@ -219,6 +219,8 @@ SearchFilter {
}
rating: RatingFilter // If rating feature enabled
language: String // For AI search localization
assetId: String? // Search for specific asset by ID
tagIds: List<String>? // Filter by tag IDs
}
```