Slashdot Mirror


Google Unveils Search Options and Google Squared

CWmike writes "Saying that its users are becoming increasingly sophisticated, Google has unveiled a list of new search technologies geared to help users 'slice and dice' their Google search results, along with a new tool to help them cull information instead of Web pages. Marissa Mayer, vice president of Google's Search Products, said of Search Options in a blog post, 'We have spent a lot of time looking at how we can better understand the wide range of information that's on the Web and quickly connect people to just the nuggets they need at that moment.' Google Squared, set to be released to users as part of its Google Labs program later this month, pulls up information from different sites and presents it in an organized manner."

2 of 171 comments (clear)

  1. Re:Blocking results from certain sites... by DragonWriter · · Score: 4, Informative

    a lot of times google will pull a lot of sites quite frankly should be able to be punished by users by users beign able to filter them out of their search results.

    That's a current feature of Google search. Don't want results from slashdot.org or any subdomains in your results? include -site:slashdot.org in your query string.

    It would be nice if, e.g., Wonder Wheel kept site restrictions (positive or negative) when you used it to pull up a related search.

  2. Re:Regexp and exact word matching options by Spy+Hunter · · Score: 5, Informative

    Google Code search supports regular expressions, so it's possible with a smaller index at least.

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}