# HG changeset patch # User Oleksandr Gavenko # Date 1293052407 -7200 # Node ID 354e27eaa8610c7ef42995b4269c612ce0d53e16 # Parent 98346cdf43a9a74a0d09b037f0be48e84a44de7e Yahoo search query syntax. Google link anchor search. diff -r 98346cdf43a9 -r 354e27eaa861 web-search.rst --- a/web-search.rst Tue Dec 21 16:57:43 2010 +0200 +++ b/web-search.rst Wed Dec 22 23:13:27 2010 +0200 @@ -97,6 +97,12 @@ Note: Putting "inurl:" in front of every word in your query is equivalent to putting "allinurl:" at the front of your query. +** Link anchor search. + +Searches for text in a page's link anchors. A link anchor is the descriptive text of a link. + + inanchor:"WORD1 WORD2" + ** Text Only Search. Starting a query with the term "allintext:" restricts the results to those with all of the query @@ -154,3 +160,17 @@ define:WORD +* Yahoo search query syntax. + +** Site Restricted Search. + + site:DOMAIN + +or to exclude DOMAIN from search + + -site:DOMAIN + +** Back links. + + linkdomain:DOMAIN +