<inputtype="radio"name="publicSearchpage"value="true"#(publicSearchpage)#::checked="checked"#(/publicSearchpage)#/>Search is available for everyone
<inputtype="radio"name="publicSearchpage"value="false"#(publicSearchpage)#checked="checked"::#(/publicSearchpage)#/>Only the administator is allowed to search
<inputtype="radio"name="publicTopmenu"value="false"#(publicTopmenu)#checked="checked"::#(/publicTopmenu)#/>no link to YaCy Menu (admin must navigate to /Status.html manually)
</dd>
<dt>Show Advanced Search Options on Search Page?</dt>
<dd>
<inputtype="radio"name="search.options"value="true"#(search.options)#::checked="checked"#(/search.options)#/>Show Advanced Search Options on index.html
<inputtype="radio"name="search.options"value="false"#(search.options)#checked="checked"::#(/search.options)#/>do not show Advanced Search
<p>Control whether media search results are as default strictly limited to indexed documents matching exactly the desired content domain (images, videos or applications specific),
<labeltitle="This usually improves ranking accuracy, but doesn't work well for users who have Javascript disabled, are using screen readers, or are on slow computers.">
<inputtype="radio"name="search.jsresort"value="true"#(search.jsresort)#::checked="checked"#(/search.jsresort)#/>Automated, with JavaScript in the browser.
<p>Automated results resorting with JavaScript makes the browser load the full result set of each search request.
This may lead to high system loads on the server.
Please check the 'Peer-to-peer search with JavaScript results resorting' section in the <ahref="SearchAccessRate_p.html">Local Search access rate</a> configuration page to set up proper limitations on this mode by unauthenticated users.</p>
<inputtype="checkbox"name="remotesearch.https.preferred"value="true"#(remotesearch.https.preferred)#::checked="checked"#(/remotesearch.https.preferred)#/>Prefer https for search queries on remote peers.
</label>
When SSL/TLS is enabled on remote peers, https should be used to encrypt data exchanged with them when performing peer-to-peer searches.
Please note that contrary to strict TLS, certificates are not validated against trusted certificate authorities (CA), thus allowing YaCy peers to use self-signed certificates.
<dt>Snippet Fetch Strategy & Link Verification</dt>
<dd>
<imgsrc="env/grafics/idea.png"width="32"height="32"alt="idea"align="center"/>Speed up search results with this option! (use CACHEONLY or FALSE to switch off verification)<br/>
#(debug.snippets.statistics.enabled)#<i>Statistics on text snippets generation can be enabled in the <ahref="Settings_p.html?page=debug">Debug/Analysis Settings</a> page.</i>
<li>#[totalFromMetadata]# computed from indexed metadata</li>
<li>#[totalFromWeb]# from original documents fetched and parsed</li>
<li>#[totalFailures]# failures</li>
</ul>
</div>
</div>
<i>#[totalSnippets]# text snippets were generated since last server startup, in a mean time of #[snippetsMeanTime]# and a maximum of #[snippetsMaxTime]#.</i>
<inputtype="radio"name="search.verify"value="nocache"#(search.verify.nocache)#::checked="checked"#(/search.verify.nocache)#onclick="document.getElementById('search_verify_delete').disabled=false;document.getElementById('search_verify_delete').checked=true;"/> NOCACHE: no use of web cache, load all snippets online<br/>
<inputtype="radio"name="search.verify"value="iffresh"#(search.verify.iffresh)#::checked="checked"#(/search.verify.iffresh)#onclick="document.getElementById('search_verify_delete').disabled=false;document.getElementById('search_verify_delete').checked=true;"/> IFFRESH: use the cache if the cache exists and is fresh otherwise load online<br/>
<inputtype="radio"name="search.verify"value="ifexist"#(search.verify.ifexist)#::checked="checked"#(/search.verify.ifexist)#onclick="document.getElementById('search_verify_delete').disabled=false;document.getElementById('search_verify_delete').checked=true;"/> IFEXIST: use the cache if the cache exist or load online<br/>
<inputtype="checkbox"name="search.verify.delete"id="search_verify_delete"value="true"#(search.verify.delete)#::checked="checked"#(/search.verify.delete)#/> If verification fails, delete index reference<br/><br/>
<inputtype="radio"name="search.verify"value="cacheonly"#(search.verify.cacheonly)#::checked="checked"#(/search.verify.cacheonly)#onclick="document.getElementById('search_verify_delete').disabled=true;document.getElementById('search_verify_delete').checked=false;"/> CACHEONLY: never go online, use all content from cache. If no cache entry exist, consider content nevertheless as available and show result without snippet<br/>
<inputtype="radio"name="search.verify"value="false"#(search.verify.false)#::checked="checked"#(/search.verify.false)#onclick="document.getElementById('search_verify_delete').disabled=true;document.getElementById('search_verify_delete').checked=false;"/> FALSE: no link verification and not snippet generation: all search results are valid without verification
<inputtype="checkbox"name="greedylearning.active"value="true"#(greedylearning.active)#::checked="checked"#(/greedylearning.active)#/> load documents linked in search results, will be deactivated automatically when index size > #[greedylearning.limit.doccount]# <small> (see <ahref="ConfigHeuristics_p.html">Heuristics: search-result</a> to use this permanent)</small>
<inputtype="checkbox"name="remotesearch.result.store"value="true"#(remotesearch.result.store)#::checked="checked"#(/remotesearch.result.store)#/> add remote search results to the local index <b>( default=on, it is recommended to enable this option ! )</b>
</dd>
<dt>Limit size of indexed remote results</dt>
<dd>
<inputtype="text"name="remotesearch.result.store.maxsize"value="#[remotesearch.result.store.maxsize]#"size="10"/> maximum allowed size in kbytes for each remote search result to be added to the local index (for example, a 1000kbytes limit might be useful if you are running YaCy with a low memory setup)
<optionvalue="_parent"#(target_selected_parent)#::selected="selected"#(/target_selected_parent)#>"_parent" (the parent frame of a frameset)</option>
<optionvalue="_top"#(target_selected_top)#::selected="selected"#(/target_selected_top)#>"_top" (top of all frames)</option>
<optionvalue="searchresult"#(target_selected_searchresult)#::selected="selected"#(/target_selected_searchresult)#>"searchresult" (a default custom page name for search results)</option>
</select>
</dd>
<dt>Special Target as Exception for an URL-Pattern</dt>
<dd>
<selectname="target_special">
<optionvalue="_blank"#(target_selected_special_blank)#::selected="selected"#(/target_selected_special_blank)#>"_blank" (new window)</option>
<optionvalue="_parent"#(target_selected_special_parent)#::selected="selected"#(/target_selected_special_parent)#>"_parent" (the parent frame of a frameset)</option>
<optionvalue="_top"#(target_selected_special_top)#::selected="selected"#(/target_selected_special_top)#>"_top" (top of all frames)</option>
<optionvalue="searchresult"#(target_selected_special_searchresult)#::selected="selected"#(/target_selected_special_searchresult)#>"searchresult" (a default custom page name for search results)</option>