mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat(web): add search filter for camera lens model. (#21792)
This commit is contained in:
@@ -177,6 +177,9 @@ export class SearchService extends BaseService {
|
||||
case SearchSuggestionType.CAMERA_MODEL: {
|
||||
return this.searchRepository.getCameraModels(userIds, dto);
|
||||
}
|
||||
case SearchSuggestionType.CAMERA_LENS_MODEL: {
|
||||
return this.searchRepository.getCameraLensModels(userIds, dto);
|
||||
}
|
||||
default: {
|
||||
return Promise.resolve([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user