efhjones / otterapi

Automatically exported from code.google.com/p/otterapi
0 stars 0 forks source link

[CRITICAL] Incomplete results returned for search over recent window #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call 
http://otter.topsy.com/search.json?window=d10&nohidden=1&q=blueseed&type=tweet&p
erpage=40
2. At the moment, the response lists a "total" of 35, but only 28 results are 
returned. "last_offset" is also 28.

What is the expected output? What do you see instead?
"nohidden" was set to 1, so this looks like a bug. The window was only 10 days.

Original issue reported on code.google.com by ddascale...@gmail.com on 26 Nov 2011 at 3:24

GoogleCodeExporter commented 8 years ago
Reproduced running query now with perpage=100, seeing 73 of a total 80 results.

There are some filters in the backend that cannot be turned off (decency 
filters and some deduplication work). We are, however, getting the total counts 
from the query before these filters. Will discuss internally on returning only 
count for results that are passed back.

Original comment by vanessa....@gmail.com on 28 Nov 2011 at 10:36