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

add option to search for exact same query instead of the one suggested by google #10

Closed
wants to merge 1 commit into from

Conversation

utkarsh914
Copy link

This pull request fixes this issue #9
What it does:
if exactQuery: true is set,
it checks if the response contains No results found for ${query}
If yes, then return empty array.

with exactQuery: false

Screenshot (99)

with exactQuery: true

Screenshot (100)

The behavior is as expected now.

@christophebe
Copy link
Owner

This is a nice feature but we should not dependent on phrase in english. This is not working on specific country (google.fr, google.es, ....). Apparently there is not usefull selector

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

Successfully merging this pull request may close these issues.

2 participants