@@ -, +, @@ supported attribute --- koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js +++ a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js @@ -23,7 +23,7 @@ define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) { var _last; var _pqfMapping = { - author: '1=1004', // s=al', + author: '1=1003', // s=al', cn_dewey: '1=13', cn_lc: '1=16', date: '1=30', // r=r', --