Not at this time. We could certainly consider adding an API or configuration setting for this though? How important do you think it is that this sort of thing be exposed through ui vs. just available to applications (similar to what we did with site restrictions)
Probably not real important, seeing as I was the only one here to even mention it.
But, when you are trying to use the API to search and you want the most recent, there is no way to see it. Just like every other search in any Google system.
ok, its there. doc's should be visible soon, blog post also in flight.
GblogSearch is the only one so far to support this, but now you can impact result ordering through the UI (behind the gear icon) or through progrmatic access
.setResultOrder(GSearch.ORDER_BY_RELEVANCE) - default, order by relevance .setResultOrder(GSearch.ORDER_BY_DATE) - order by date
mhl wrote: > ok, its there. doc's should be visible soon, blog post also in flight.
> GblogSearch is the only one so far to support this, but now you can > impact result ordering through the UI (behind the gear icon) or through > progrmatic access
> .setResultOrder(GSearch.ORDER_BY_RELEVANCE) - default, order by > relevance > .setResultOrder(GSearch.ORDER_BY_DATE) - order by date
It sounds like you are talking about the Google SOAP Search API. This forum is providing instructions and advice for the Google AJAX Search API: http://code.google.com/apis/ajaxsearch/
The Google SOAP Search API is web search results only and does not offer a sort by date option.
That's great! Would love to see it for web searches too. With that and pagination through large result sets I'd be willing to use this tool in production.
mhl wrote: > ok, its there. doc's should be visible soon, blog post also in flight.
> GblogSearch is the only one so far to support this, but now you can > impact result ordering through the UI (behind the gear icon) or through > progrmatic access
> .setResultOrder(GSearch.ORDER_BY_RELEVANCE) - default, order by > relevance > .setResultOrder(GSearch.ORDER_BY_DATE) - order by date