summaryrefslogtreecommitdiff
path: root/htroot/index.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2013-01-14 12:50:21 +0100
committerMichael Peter Christen <mc@yacy.net>2013-01-14 12:50:21 +0100
commitd2d5be032dc255b24b74e9ccf0a328d375c62e33 (patch)
treea57a421980e8c8345c85417da15afc9622856b2c /htroot/index.html
parent76e1e91b116842b81a1c765bea4841d428d270ba (diff)
added a 'inlink' search option according to the suggestion in the YaCy
forum at http://forum.yacy-websuche.de/viewtopic.php?f=18&t=4572#p27410 The feature was not called 'haslink' but called 'inlink' to have a analogous naming like 'inurl'. This causes now that you can search for words in links of the document, like: * inlink:yacy searches all documents which link to pages which have an 'yacy' in the url.
Diffstat (limited to 'htroot/index.html')
-rw-r--r--htroot/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/index.html b/htroot/index.html
index fe1e398c2..4d7d26c35 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -126,6 +126,8 @@
<dl style="width:500px">
<dt>inurl:&lt;phrase&gt;</dt>
<dd>only urls with the &lt;phrase&gt; in the url</dd>
+ <dt>inlink:&lt;phrase&gt;</dt>
+ <dd>only urls with the &lt;phrase&gt; within outbound links of the document</dd>
<dt>filetype:&lt;ext&gt;</dt>
<dd>only urls with extension &lt;ext&gt;</dd>
<dt>site:&lt;host&gt;</dt>