google search changes with an underscore


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users google search changes with an underscore
# 1  
Old 01-14-2012
google search changes with an underscore

How does adding an underscore change a google search? I was searching for John Elway and got different results with and without an unscore.
# 2  
Old 01-14-2012
OK. Could you show us examples, please?
# 3  
Old 01-15-2012
It's well tacit that '_' makes the changes in result
# 4  
Old 01-15-2012
What did you actually type (on both occasions)?
Were you in "advanced search" or not?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

3. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

4. Web Development

Cool Google Search Mashups

One of my favorite mashups is the Google search mashup. You can see it here at the top right hand corner of the site; where you enter a normal Google search work or phrase and Google serves the result, mashedup, back into your site. The same is true on The CEP Blog, where there the same... (0 Replies)
Discussion started by: Neo
0 Replies

5. Shell Programming and Scripting

A google search shellscript

This little doey allows you do fire up a google search right from your terminal. --------------------------------------------------- #!/bin/sh #(save me into the path as "google") clear && for i in "$@"; do lynx http://www.google.com/search?q="$@"; done ... (3 Replies)
Discussion started by: JoeTheGuy
3 Replies
Login or Register to Ask a Question