From 2512119e5f6641e176e7ec80346525dc9ceff350 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sat, 26 Nov 2011 11:31:22 +0000 Subject: [PATCH] added search operator help git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8107 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 4 ++++ htroot/index.html | 50 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/htroot/env/base.css b/htroot/env/base.css index 54d6f5d17..71401355e 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -603,6 +603,10 @@ li.menugroup {
,
,
*/ +dd { + text-align:left; +} + dl.pairs dd, form dd { padding:0.25%; margin:0 0 0.25% 0.25%; diff --git a/htroot/index.html b/htroot/index.html index beff23186..a38468c10 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -154,6 +154,56 @@ + +

Query Operators

+ +
+
restrictions
+
+
+
inurl:<phrase>
+
only urls with the <phrase> in the url
+
filetype:<ext>
+
only urls with extension <ext>
+
site:<host>
+
only urls from host <host>
+
author:<author>
+
only pages with as-author-anotated <author>
+
tld:<tld>
+
only pages from top-level-domains <tld>
+
/http or /https
+
only resources from http or https servers
+
/ftp
+
only resources from ftp servers
+
/smb
+
only resources from smb server
+
/file
+
only files from the local file system (intranet mode must be selected)
+
+
+
ranking modifier
+
+
+
/date
+
sort by date (latest first)
+
/near
+
multiple words shall appear near
+
"" (doublequotes)
+
multiple words shall appear near
+
/language/<2-character language code>
+
prefer given language
+
+
+
heuristics
+
+
+
heuristic:scroogle
+
add search results from scroogle
+
heuristic:blekko
+
add search results from blekko
+
+
+
#(/searchoptions)#