This commit is contained in:
2025-07-15 17:18:53 +09:00
parent 0f77c9cf10
commit 81e4c77644
6 changed files with 11 additions and 6 deletions
@@ -235,6 +235,7 @@ internal class SearchServiceImpl(
}
if (filters.places) {
launch {
Log.e("SearchService","filters.places >>> $query ${filters.allowNetwork}")
locationRepository.search(query, filters.allowNetwork)
.combine(customAttrResults) { locations, customAttrs ->
if (customAttrs.locations != null) locations + customAttrs.locations