On Sun, Sep 21, 2014 at 5:04 PM, Mark videochoc <[email protected]> wrote:
> i used google search api to develop my application is there any way to add > a filter by date, i checked out the documentation and i found nothing also > i tired the parameter qdr:m as shown in google web url but it didn't > work...NB im using google search api PHP > The first issue is that you appear to be using the Web Search API, which was deprecated years ago and is currently scheduled to be shut down soon (read the notes sections on the top): https://developers.google.com/web-search/docs/ . You'll need to migrate to using the Custom Search API: https://developers.google.com/custom-search/docs/tutorial/introduction For filtering by dates, you can use the *dateRestrict* property listed here: https://developers.google.com/custom-search/json-api/v1/reference/cse/list#request ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
