poovarasanvasudevan / javaboss

Automatically exported from code.google.com/p/javaboss
Apache License 2.0
0 stars 0 forks source link

Returned Result Number #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried to run this code:
<code>
   ImageSearch iSearch = new ImageSearch();
   ImageSearch iSearch = new ImageSearch();
   iSearch.setFiltered(false);
   iSearch.search("Official poster Bones tv series", false);
   System.out.println(iSearch.getTotalResults());
</code>
2. The printed value is 0 while the manual searching returns 87 results. 

What is the expected output? What do you see instead?
It should print 87 

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

Original issue reported on code.google.com by Muhama...@gmail.com on 19 Aug 2011 at 5:30