mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
- updated dtos
- added inAlbums to search builder - only check isNotInAlbum if albumIds is blank/empty
This commit is contained in:
@@ -10824,6 +10824,13 @@
|
||||
},
|
||||
"MetadataSearchDto": {
|
||||
"properties": {
|
||||
"albumIds": {
|
||||
"items": {
|
||||
"format": "uuid",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"checksum": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -11743,6 +11750,13 @@
|
||||
},
|
||||
"RandomSearchDto": {
|
||||
"properties": {
|
||||
"albumIds": {
|
||||
"items": {
|
||||
"format": "uuid",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"city": {
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
@@ -12780,6 +12794,13 @@
|
||||
},
|
||||
"SmartSearchDto": {
|
||||
"properties": {
|
||||
"albumIds": {
|
||||
"items": {
|
||||
"format": "uuid",
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"city": {
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user