diff --git a/Sources/MasKit/Controllers/StoreSearch.swift b/Sources/MasKit/Controllers/StoreSearch.swift index 4fcb5a217..d96c2dfcf 100644 --- a/Sources/MasKit/Controllers/StoreSearch.swift +++ b/Sources/MasKit/Controllers/StoreSearch.swift @@ -48,7 +48,10 @@ extension StoreSearch { return nil } - components.queryItems = [URLQueryItem(name: "id", value: "\(appId)")] + components.queryItems = [ + URLQueryItem(name: "id", value: "\(appId)"), + URLQueryItem(name: "entity", value: "desktopSoftware"), + ] if let country = country { components.queryItems!.append(country)