NhonDev91 / android-market-api

Automatically exported from code.google.com/p/android-market-api
0 stars 0 forks source link

Search by package #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Android market has functionality to search by package e.g.,
http://market.android.com/search?q=pname:<package>

That would be an excellent addition.  Right now it looks like the keyword
search is only searching the App Description field.

Original issue reported on code.google.com by ldonel...@gmail.com on 7 Mar 2010 at 12:37

GoogleCodeExporter commented 9 years ago
String query = "pname:<package>"; ???
It may work

Original comment by thiel.al...@gmail.com on 7 Mar 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Yep, I tried it.  A query with the form "pname:<package>" doesn't return any 
results.

Original comment by ldonel...@gmail.com on 8 Mar 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Hmmm...seems to be working for me.

Original comment by hereiz...@gmail.com on 15 Mar 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Cool!  Maybe I'm doing something incorrectly.  Here's an example query that 
doesn't
return any results for me: 

Locale: en_US
setOperator("T-Mobile", "310260");
pname:com.google.earth

Is that roughly the same thing you're doing?  When I do the same query using my 
G1
the Google Earth app comes up.

Original comment by ldonel...@gmail.com on 17 Mar 2010 at 4:35

GoogleCodeExporter commented 9 years ago
now android 2.0 apps will be displayed, fixed

Original comment by thiel.al...@gmail.com on 20 Mar 2010 at 8:31