--- android/MarketStats/src/dk/thoerup/marketstats/ShowStats.java 2010/05/27 08:57:57 758 +++ android/MarketStats/src/dk/thoerup/marketstats/ShowStats.java 2010/05/27 09:45:09 759 @@ -51,7 +51,7 @@ protected String doLookup(String query) throws IOException { - String key = "marketstats:" + query; + String key = "marketstats:" + query.replace(' ', '_'); String response = (String) memcache.get(key); if (response == null) {