xiva-wgt / android-market-api

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

Always missing one search result ? #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Any search with pname or pub 
for exemple, 
a-"pname:org.jruby.ruboto.irb"
b-"pub="\nTextogic Inc"

What is the expected output? What do you see instead?
a- the expect output is "title": "Ruboto IRB",
while the output is empty.
I have got entriesCount = 1, but the mReponse.getAppList().size() = 0

b- I am expecting 4 applications, I see only 3.
One more time, I have got  entriesCount = 4, but the
mReponse.getAppList().size() = 3

What version of the product are you using? On what operating system?
0.3

Original issue reported on code.google.com by yodut...@gmail.com on 6 Apr 2010 at 9:17

GoogleCodeExporter commented 8 years ago
request.setStartIndex(0) ?

Original comment by thiel.al...@gmail.com on 6 Apr 2010 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by thiel.al...@gmail.com on 6 Apr 2010 at 9:29