Hacker News new | ask | show | jobs
by johndoe489 3141 days ago
My bad. I could swear it was removed at some point but I can't find articles.

A quick test reveals maybe the change is that you can't do an exact "ascii" search, ie. google searches for an exact sequence of words, but the casing may be different , there-may-be-dashes and so on.

1 comments

To use the plus sign like behaviour you now need to use quotes (since 2011). Instead of:

  mars +landings +failures
you now have to do:

  mars “landings” “failures”
Source: https://searchengineland.com/google-sunsets-search-operator-...