Browse Source

feat(server): Add camera make and model to search criteria (#2982)

Alex 2 năm trước cách đây
mục cha
commit
61e5e65173
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      server/src/infra/repositories/typesense.repository.ts

+ 2 - 0
server/src/infra/repositories/typesense.repository.ts

@@ -253,6 +253,8 @@ export class TypesenseRepository implements ISearchRepository {
           'exifInfo.state',
           'exifInfo.city',
           'exifInfo.description',
+          'exifInfo.model',
+          'exifInfo.make',
           'smartInfo.tags',
           'smartInfo.objects',
           'people',