<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
</dd>
<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/>
<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>