mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 20:36:48 +01:00
69983ff83a
* feat: hybrid search * fixing normal search * building out the query * okla * filters * date * order by date * Remove hybrid search endpoint * remove search hybrid endpoint * faces query * search for person * search and pagination * with exif * with exif * justify gallery viewer * memory view * Fixed userId is null * openapi and styling * searchdto * lint and format * remove term * generate sql * fix test * chips * not showing true * pr feedback * pr feedback * nit name * linting * pr feedback * styling * linting
2.4 KiB
Generated
2.4 KiB
Generated
openapi.model.MetadataSearchDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
checksum | String | [optional] | |
city | String | [optional] | |
country | String | [optional] | |
createdAfter | DateTime | [optional] | |
createdBefore | DateTime | [optional] | |
deviceAssetId | String | [optional] | |
deviceId | String | [optional] | |
encodedVideoPath | String | [optional] | |
id | String | [optional] | |
isArchived | bool | [optional] | |
isEncoded | bool | [optional] | |
isExternal | bool | [optional] | |
isFavorite | bool | [optional] | |
isMotion | bool | [optional] | |
isNotInAlbum | bool | [optional] | |
isOffline | bool | [optional] | |
isReadOnly | bool | [optional] | |
isVisible | bool | [optional] | |
lensModel | String | [optional] | |
libraryId | String | [optional] | |
make | String | [optional] | |
model | String | [optional] | |
order | AssetOrder | [optional] | |
originalFileName | String | [optional] | |
originalPath | String | [optional] | |
page | num | [optional] | |
personIds | List | [optional] [default to const []] | |
resizePath | String | [optional] | |
size | num | [optional] | |
state | String | [optional] | |
takenAfter | DateTime | [optional] | |
takenBefore | DateTime | [optional] | |
trashedAfter | DateTime | [optional] | |
trashedBefore | DateTime | [optional] | |
type | AssetTypeEnum | [optional] | |
updatedAfter | DateTime | [optional] | |
updatedBefore | DateTime | [optional] | |
webpPath | String | [optional] | |
withArchived | bool | [optional] | |
withDeleted | bool | [optional] | |
withExif | bool | [optional] | |
withPeople | bool | [optional] | |
withStacked | bool | [optional] |