We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to simulate a search like this:
https://www.google.com/search?q=site:xapo.* Results: xapo.com xapo.ch xapo.de xapo.info xapo.at xpo.co.pt etc...
What I have is something like this:
q = Google::Search::Web.new query: "site:xapo.*" q.get_uri # http://www.google.com/uds/GwebSearch?start=0&rsz=large&hl=en&key=notsupplied&v=1.0&q=site%3Axapo.%2A&filter=1 q.take 100 # Results: xapo.com foo.xapo.com etc...
The results are way different. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to simulate a search like this:
What I have is something like this:
The results are way different. What am I doing wrong?
The text was updated successfully, but these errors were encountered: