chrismoulton / otterapi

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

/searchdate only returning a handful of results #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ curl 
'http://otter.topsy.com/searchdate.json?q=flattr&window=m&perpage=50&page=3'

What is the expected output? What do you see instead?
I expect some results, because I am only on page 3 and there are supposed to be 
4412 results in total, according to that output, but there are no results. Page 
2 is the last page that contains any results.

Original issue reported on code.google.com by gree...@gmail.com on 16 Feb 2011 at 11:52

GoogleCodeExporter commented 8 years ago
Apology for the inaccurate document. 

/searchdate is to return top-quality search results in the order of first 
citation. It performs regular search as /search, picks top N results based on 
relevance, then sort them by the timesstamp of the first citation. In other 
words, it is a timeline of high quality results. The quality level is 
controlled by parameter "zoom", the default value 10 will pick up to 100 
results.

Thanks,

-Ted

Original comment by ted...@gmail.com on 18 Feb 2011 at 9:48

GoogleCodeExporter commented 8 years ago
Will update the document

Original comment by ted...@gmail.com on 18 Feb 2011 at 9:58

GoogleCodeExporter commented 8 years ago
Fixed in the documentation. 

Original comment by vipul%to...@gtempaccount.com on 22 Mar 2011 at 9:30