Size Limits:Remote Control is not working?
Hi,
I try to execute follow YQL:
select url from search.web(1000,150) where query = "hot dogs"
...
<<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-time="1132">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&start=1000&count=50</url>
<url execution-time="644">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&start=1050&count=50</url>
<url execution-time="639">http://boss.yahooapis.com/ysearch/web/v1/hot%20dogs?format=xml&start=1100&count=50</url>
<user-time>2431</user-time>
<service-time>2415</service-time>
<build-version>911</build-version>
</diagnostics>
...
but I see only first 50 result but 3 times.
if I use select url from search.web(0,1000) where query = "hot dogs" I get right result.
But when I try to get more then 1000 the result is absolutely unclearly for me.
by
1 Reply