mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	* feat: search by description * wip: mobile * wip: mobile ui * wip: mobile search logic * feat: using f_unaccent * icon to fit with text search
		
			
				
	
	
		
			11 lines
		
	
	
		
			97 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			97 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
enum SortOrder {
 | 
						|
  asc,
 | 
						|
  desc,
 | 
						|
}
 | 
						|
 | 
						|
enum TextSearchType {
 | 
						|
  context,
 | 
						|
  filename,
 | 
						|
  description,
 | 
						|
}
 |