mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-01 02:17:43 +09:00 
			
		
		
		
	feat: adds option to search only for untagged assets (#19730)
Co-authored-by: SkwalExe <skwal@skwal.net>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							818bdde317
						
					
				
				
					commit
					f778adea92
				
			| @@ -889,7 +889,7 @@ export type MetadataSearchDto = { | ||||
|     rating?: number; | ||||
|     size?: number; | ||||
|     state?: string | null; | ||||
|     tagIds?: string[]; | ||||
|     tagIds?: string[] | null; | ||||
|     takenAfter?: string; | ||||
|     takenBefore?: string; | ||||
|     thumbnailPath?: string; | ||||
| @@ -956,7 +956,7 @@ export type RandomSearchDto = { | ||||
|     rating?: number; | ||||
|     size?: number; | ||||
|     state?: string | null; | ||||
|     tagIds?: string[]; | ||||
|     tagIds?: string[] | null; | ||||
|     takenAfter?: string; | ||||
|     takenBefore?: string; | ||||
|     trashedAfter?: string; | ||||
| @@ -993,7 +993,7 @@ export type SmartSearchDto = { | ||||
|     rating?: number; | ||||
|     size?: number; | ||||
|     state?: string | null; | ||||
|     tagIds?: string[]; | ||||
|     tagIds?: string[] | null; | ||||
|     takenAfter?: string; | ||||
|     takenBefore?: string; | ||||
|     trashedAfter?: string; | ||||
| @@ -1025,7 +1025,7 @@ export type StatisticsSearchDto = { | ||||
|     personIds?: string[]; | ||||
|     rating?: number; | ||||
|     state?: string | null; | ||||
|     tagIds?: string[]; | ||||
|     tagIds?: string[] | null; | ||||
|     takenAfter?: string; | ||||
|     takenBefore?: string; | ||||
|     trashedAfter?: string; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user