diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-11-13 11:45:56 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-11-13 11:45:56 +0100 |
| commit | d64445c3cb878d2b4712cea84707fdb52dfaaff1 (patch) | |
| tree | 8d634cc362999baca674c28ef56e098b8d142765 /htroot/index.html | |
| parent | b55ea2197f2c7c313242aa05881f0a5730b8171f (diff) | |
because we have the inurl:<term> - searchmodifier, we don't actually
need regular expressions as search attributes. They had now been removed
from the advanced search page while they are still created internally.
The filter is then expressed against solr as regular expression filter
query. If the expression points out a selection of an specific protocol,
host or filetype this is then translated into a facetted query.
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/htroot/index.html b/htroot/index.html index fde513383..fe1e398c2 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -71,7 +71,6 @@ <input type="hidden" name="meanCount" value="5" /> #(searchoptions)# <input type="hidden" name="resource" value="global" /> - <input type="hidden" name="urlmaskfilter" value=".*" /> <input type="hidden" name="prefermaskfilter" value="" /> <input type="hidden" name="maximumRecords" value="#[maximumRecords]#" /> </fieldset> @@ -97,10 +96,6 @@ #(/resource-select)# </tr> <tr> - <td><label for="urlmaskfilter">URL mask</label>:</td> - <td><input id="urlmaskfilter" name="urlmaskfilter" type="text" size="12" maxlength="80" value="#[urlmaskfilter]#" /></td> - </tr> - <tr> <td> <label for="prefermaskfilter">Prefer mask</label>: </td> @@ -189,7 +184,7 @@ <dt>browser integration</dt> <dd>after searching, click-open on the default search engine in the upper right search field of your browser and select 'Add "YaCy Search.."'</dd> <dt>search as rss feed</dt> - <dd>click on the red icon in the upper right after a search. this works good in combination with the '/date' ranking modifier. See an <a href="http://localhost:8090/yacysearch.rss?query=news+%2Fdate&Enter=Search&verify=cacheonly&contentdom=text&nav=hosts%2Cauthors%2Cnamespace%2Ctopics%2Cfiletype%2Cprotocol&startRecord=0&indexof=off&meanCount=5&maximumRecords=10&resource=global&urlmaskfilter=.*&prefermaskfilter=">example</a>.</dd> + <dd>click on the red icon in the upper right after a search. this works good in combination with the '/date' ranking modifier. See an <a href="http://localhost:8090/yacysearch.rss?query=news+%2Fdate&Enter=Search&verify=cacheonly&contentdom=text&nav=hosts%2Cauthors%2Cnamespace%2Ctopics%2Cfiletype%2Cprotocol&startRecord=0&indexof=off&meanCount=5&maximumRecords=10&resource=global&prefermaskfilter=">example</a>.</dd> <dt>json search results</dt> <dd>for ajax developers: get the search rss feed and replace the '.rss' extension in the search result url with '.json'</dd> </dl> |
