Fix city search (#1704)

This commit is contained in:
Vishnu Mohandas 2024-02-08 12:15:44 +05:30 committed by GitHub
commit d27a70bd37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -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) {

View file

@ -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"