diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-01-14 12:50:21 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-01-14 12:50:21 +0100 |
| commit | d2d5be032dc255b24b74e9ccf0a328d375c62e33 (patch) | |
| tree | a57a421980e8c8345c85417da15afc9622856b2c /htroot/index.html | |
| parent | 76e1e91b116842b81a1c765bea4841d428d270ba (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.html | 2 |
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:<phrase></dt> <dd>only urls with the <phrase> in the url</dd> + <dt>inlink:<phrase></dt> + <dd>only urls with the <phrase> within outbound links of the document</dd> <dt>filetype:<ext></dt> <dd>only urls with extension <ext></dd> <dt>site:<host></dt> |
