diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-02-13 00:01:38 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-02-13 00:01:38 +0100 |
| commit | d3508fa8ffd5abbcd89f03e158c916ae5d507b42 (patch) | |
| tree | 0708818290b9bf25d973f453908b8672af4558d1 /htroot/yacyinteractive.html | |
| parent | 1db23e9eac4ce479241f34458b764d2bc2078022 (diff) | |
fixed json search, quotes, auto-facets, urls etc. for
yacyinteractive.html
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index 3f59e53eb..29a50f40e 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -37,10 +37,9 @@ <script type="text/javascript"> //<![CDATA[ //document.write("\<a id=\"rsslink\" href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\>") -document.write("\<a id=\"rsslink\" href=\"/solr/select?hl=false&wt=opensearch&facet=true&facet.mincount=1&facet.field=url_file_ext_s&start=0&rows=10&query=" + window.location.search.substring(1) + "\"\>") +document.write("\<a id=\"rsslink\" href=\"/solr/select?hl=false&wt=opensearch&facet=true&facet.mincount=1&facet.field=url_file_ext_s&start=0&rows=10&query=" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/api.png\" width=\"60\" height=\"40\" alt=\"API\" /></a>"); //]]> </script> -<img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org">opensearch</a> output. The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>. Click the API icon to see an example call to the search rss API. @@ -57,8 +56,6 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <fieldset class="yacys"> <input type="hidden" name="maximumRecords" value="#[maximumRecords]#" /> <input type="hidden" name="startRecord" value="#[startRecord]#" /> - <input type="hidden" name="verify", value="false" /> - <input type="hidden" name="resource", value="local" /> <input type="hidden" name="contentdom", value="all" /> <input id="search" class="searchinput" name="query" type="text" value="#[query]#" size="40" maxlength="80" onFocus="this.select()" /> #(allowrealtime)# |
