From d2d5be032dc255b24b74e9ccf0a328d375c62e33 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 14 Jan 2013 12:50:21 +0100 Subject: 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. --- htroot/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htroot/index.html') 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 @@
inurl:<phrase>
only urls with the <phrase> in the url
+
inlink:<phrase>
+
only urls with the <phrase> within outbound links of the document
filetype:<ext>
only urls with extension <ext>
site:<host>
-- cgit v1.2.3