-
Notifications
You must be signed in to change notification settings - Fork 36
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
Results are returned even when no results are found #29
Comments
Please, to make sure I fully understand your issue, can you give me further details like the url you want to parse the results for ? |
Sorry for not being clear in my issue :-) The issue is when Google is "helping" or "correcting" the searches. If i search for a string in quotes like ""this returns nothinggg" no results are found, but Google then "helps" and removes the quotes and gives me the result for this instead. In this case the result given by the script should be empty. The same is the case when Google is auto correcting strings that Google think contains typos. Is there a way to filter this? Or at least get the total number of results for the search? |
I understand your issue. The param
This param will force google to use your exact search term and ignoring auto correction. |
Hi Soufiane thank you for your prompt response - that solves some of the issues - good The only thing I miss now is a way filtering out the cases where Google Result: No results found for "this term is not not found found". Med venlig hilsen / Best Regards 2016-02-09 13:34 GMT+01:00 Soufiane Ghzal [email protected]:
|
@larsdean Well, I could reproduce this issue, unfortunately I dont have a solution at this moment, digging into google to find how to get rid of that |
When making searches with no results google's suggested results are returned - should return zero results?
The text was updated successfully, but these errors were encountered: