diff --git a/lib/services/search_service.dart b/lib/services/search_service.dart index 26868a1e7..e57424017 100644 --- a/lib/services/search_service.dart +++ b/lib/services/search_service.dart @@ -609,9 +609,6 @@ class SearchService { result[tag] = []; } } - if (result.isEmpty && !showNoLocationTag) { - return searchResults; - } final allFiles = await getAllFiles(); for (EnteFile file in allFiles) { if (file.hasLocation) { diff --git a/pubspec.yaml b/pubspec.yaml index 227220a38..1e93168d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.8.55+575 +version: 0.8.56+576 environment: sdk: ">=3.0.0 <4.0.0"