mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server): Add camera make and model to search criteria (#2982)
This commit is contained in:
parent
b258f3552a
commit
61e5e65173
1 changed files with 2 additions and 0 deletions
|
|
@ -253,6 +253,8 @@ export class TypesenseRepository implements ISearchRepository {
|
||||||
'exifInfo.state',
|
'exifInfo.state',
|
||||||
'exifInfo.city',
|
'exifInfo.city',
|
||||||
'exifInfo.description',
|
'exifInfo.description',
|
||||||
|
'exifInfo.model',
|
||||||
|
'exifInfo.make',
|
||||||
'smartInfo.tags',
|
'smartInfo.tags',
|
||||||
'smartInfo.objects',
|
'smartInfo.objects',
|
||||||
'people',
|
'people',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue