@@ -, +, @@ results in OPAC - Turn on Elasticsearch - Search for authorities in the OPAC - Locate a authority with a low ID in your result list - Note the number of linked records - Click on the link - It will give you more results than it said before - Verify results don't match your search - Apply patch - Try again - now it should all match up --- .../bootstrap/en/modules/opac-authoritiessearchresultlist.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt @@ -112,7 +112,7 @@ [% UNLESS ( resul.isEDITORS ) %] [% IF resul.used > 0 %] - [% resul.used | html %] [% tn('record', 'records', resul.used ) | html %] + [% resul.used | html %] [% tn('record', 'records', resul.used ) | html %] [% ELSE %] 0 records [% END %] --