I often search educational institutions websites with the following Google query
my_query site:.edu
or
my_query site:edu.pl
or
my_query site:edu.au
but it only crawls through American, Polish and Australian ones respectively. In most countries top level domain for universities is the country domain and edu is only a sub-domain, like amu.edu.pl for a uni in Poland. How can I query all edu subdomains in one query, independently of the tld they are in? for example how to search:
myquery site:edu.au site:edu.pl site:edu
domains with one google query Have tried some regular expressions and wildcard characters but without spectacular success. Anybody came across the same problem?