diff options
| author | reger <reger18@arcor.de> | 2016-10-02 06:36:34 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-10-02 06:36:34 +0200 |
| commit | e25f2ee88b6ecbaca7230e722b29154647a85dd8 (patch) | |
| tree | 8c4fc5281f918a9166b2ea641eb3ac734de26140 /htroot/index.html | |
| parent | 1a79c64495f2c61a8bbcab0bd078b45f1f0fc387 (diff) | |
mention date search parameter in search option help (index.html)
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/index.html b/htroot/index.html index d79c6cd14..f1016186b 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -149,6 +149,12 @@ <dd>only pages with as-author-anotated <author></dd> <dt>tld:<tld></dt> <dd>only pages from top-level-domains <tld></dd> + #(datesincontent)#:: + <dt>on:<date></dt> + <dd>only pages with <date> in content</dd> + <dt>from:<date1> to:<date2></dt> + <dd>only pages with a date between <date1> and <date2> in content</dd> + #(/datesincontent)# <dt>/http</dt> <dd>only resources from http or https servers</dd> <dt>/ftp</dt> |
