diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-05-14 15:21:21 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-05-14 15:21:21 +0200 |
| commit | 4f0ab318effadce3c13d1f06df54cf8dceaeaebf (patch) | |
| tree | f4fa498a4556ea6d12c173ea3d88aaf33f227b05 /htroot/ConfigPortal_p.html | |
| parent | e357ade47d116c9b65b413666e467f9826dbeb9b (diff) | |
Fixed snippets statistics displayed "provided by Solr" count
Diffstat (limited to 'htroot/ConfigPortal_p.html')
| -rw-r--r-- | htroot/ConfigPortal_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigPortal_p.html b/htroot/ConfigPortal_p.html index 67538a9a9..c52b1af99 100644 --- a/htroot/ConfigPortal_p.html +++ b/htroot/ConfigPortal_p.html @@ -93,7 +93,7 @@ <div class="infobox"> Counts by origin : <ul> - <li>#[totalFromCache]# provided by Solr</li> + <li>#[totalFromSolr]# provided by Solr</li> <li>#[totalFromCache]# from cache</li> <li>#[totalFromMetadata]# computed from indexed metadata</li> <li>#[totalFromWeb]# from original documents fetched and parsed</li> |
