mohakapt/android-market-api

Search by package

GoogleCodeExporter opened this issue · 5 comments

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

String query = "pname:<package>"; ???
It may work

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

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

Hmmm...seems to be working for me.

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

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

now android 2.0 apps will be displayed, fixed

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

  • Changed state: Fixed