-
Notifications
You must be signed in to change notification settings - Fork 218
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
Filter by date #56
Comments
Hi, afaic there are not many google results that include the date of the page/article; could you send an example? As it's not so common, the date isn't included in the attributes of the GoogleResult object. PS: I just checked and when you manually search in Google you can go to Tools and change the parameter "Any time" to any of the other options (past year, past day, etc). I thought that was most likely to be set in the GET parameters, and so it is: q=kurt+vonnegut&safe=off&client=psy-ab&hl=en-AR&source=lnt&tbs=qdr:w&sa=X&sqi=2&ved=0ahUKEwje5J_7lc7bAhWprVQKHblUDa8QpwUIIA&biw=959&bih=885 q=kurt+vonnegut&safe=off&client=psy-ab&hl=en-AR&source=lnt&tbs=qdr:y&sa=X&ved=0ahUKEwjRyc2cls7bAhWHn4MKHeWjBtIQpwUIHw&biw=959&bih=885 Pay attention to the bold part. The first one searches for results of the past week, while the second one searches the last year. |
I submitted a pull request for this : |
That's great. I quickly looked at your code and it seems alrigth, could you please also submit that pull request to this repo? |
Hi, is there a way to filter results by date in the search output?
The text was updated successfully, but these errors were encountered: