Open GoogleCodeExporter opened 8 years ago
*38 actual results each occuring 20 times
Original comment by kristaps.rats@gmail.com
on 4 Jan 2012 at 4:23
I am encountering this problem as well. I think the problem is in __getitem__()
in resultset.py, in "if absolute_index not in self.results"; if I comment that
out the code works fine and doesn't return duplicates but ONLY if you take a
slice of results. I want all results, so I'm just giving a very large number
(e.g. results[:99999])
Original comment by jonathan...@gmail.com
on 24 Feb 2012 at 12:10
Note: with this workaround, len(results) will still return MAX_RESULTS.
Original comment by jonathan...@gmail.com
on 24 Feb 2012 at 12:10
Original issue reported on code.google.com by
kristaps.rats@gmail.com
on 4 Jan 2012 at 4:22