Hacker News new | ask | show | jobs
by log_base_login 3151 days ago
They (Google) have a feature built-in to the search engine so that if you put all the terms you want to absolutely see in quotes, for example: "tomato seeds grow", it won't return results without any of those terms.

Note that it will only return results with pages that have those terms in that order.

1 comments

if you wrap each word in quotes it works the intended way.

eg. "tomato" "seeds" "grow"

Another way to do this is start your search with "allintext:"

    allintext: tomato seeds grow
or +tomato +seeds +grow