My top six:
- exclude words with [-], e.g. [apple -fruit]
- search for exact word groups with [""] also with wildcard [*], e.g. ["M. Hel*"]
- search only within a domain with [site:], e.g. [site:bigdev.de java] or [site:.de java]
- sites containing one (logical) or another word [OR], e.g. [java OR c]
- find pages only with a certain extension [ext:] or [filetype:], e.g. [ext:pdf java] for pdf docs on Java.
- find pages containing a certain link, e.g. [link:bigdev.de]
No comments:
Post a Comment