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

Possible New Bug With "site:foo.*" #25

Open
emmx opened this issue Feb 4, 2016 · 0 comments
Open

Possible New Bug With "site:foo.*" #25

emmx opened this issue Feb 4, 2016 · 0 comments

Comments

@emmx
Copy link

emmx commented Feb 4, 2016

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?

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