1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

refactor: rename searchMetadata to searchAssets (#14151)

This commit is contained in:
Jason Rasmussen
2024-11-20 14:47:25 -05:00
committed by GitHub
parent ed8a3101a8
commit 9e1e9b1fbf
11 changed files with 32 additions and 32 deletions

View File

@ -77,7 +77,7 @@ class SearchService {
),
);
} else {
response = await _apiService.searchApi.searchMetadata(
response = await _apiService.searchApi.searchAssets(
MetadataSearchDto(
originalFileName:
filter.filename != null && filter.filename!.isNotEmpty