Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Within a Time Span #59

Open
ivasku opened this issue Jan 5, 2018 · 0 comments
Open

Search Within a Time Span #59

ivasku opened this issue Jan 5, 2018 · 0 comments

Comments

@ivasku
Copy link

ivasku commented Jan 5, 2018

I saw you can search in the last hour, day, month and year. Is there a possibility to search at a specific time frame ?

eg get search result from 1 January 2018 , at 16:30 till 2 January 2018 12:15 ? Or at least from 1 January 2018 till 2 January 2018 ?

Any idea how to do this?

I have found that in the google.js on line 44
URL = URL.indexOf('tbs=qdr:') >= 0 ? URL.replace(/tbs=qdr:[snhdwmy]\d*/, 'tbs=qdr:' + google.timeSpan) : URL.concat('&tbs=qdr:', google.timeSpan)
there is a google timeSpan but I am wondering how can I construct some time span to support options like this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant