diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-09-15 11:12:23 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-09-15 11:12:23 +0200 |
| commit | 57a1007772238344b001d1df9cfa0f8b6a055418 (patch) | |
| tree | 5bd45d25d92cad7c88299fee0c1fd59d725b3046 /htroot/ConfigPortal_p.html | |
| parent | d00a35576c537117bd9ab37d54192082a6ca4f3a (diff) | |
Added new graphical setting for browser JS/On demand results resorting.
Diffstat (limited to 'htroot/ConfigPortal_p.html')
| -rw-r--r-- | htroot/ConfigPortal_p.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/htroot/ConfigPortal_p.html b/htroot/ConfigPortal_p.html index d0de8afaf..e19b024a1 100644 --- a/htroot/ConfigPortal_p.html +++ b/htroot/ConfigPortal_p.html @@ -52,6 +52,16 @@ <input type="radio" name="search.options" value="false" #(search.options)#checked="checked"::#(/search.options)# />do not show Advanced Search </dd> + <dt>Remote results resorting</dt> + <dd> + <label title="Remote results resorting can be triggered once the 'Refresh sorting' button (near the 'Search' button) becomes available."> + <input type="radio" name="search.jsresort" value="false" #(search.jsresort)#checked="checked"::#(/search.jsresort)# />On demand, server-side + </label> + <label title="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."> + <input type="radio" name="search.jsresort" value="true" #(search.jsresort)#::checked="checked"#(/search.jsresort)# />Automated, with JavaScript in the browser. + </label> + </dd> + <dt>Snippet Fetch Strategy & Link Verification</dt> <dd> <img src="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/> |
