diff -r 22551cc54749 -r d0d6bbe9f2e0 plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
@@ -1,8 +1,8 @@
 <%= raw @results.map {|result| {
-      'id' => result.id,
       'label' => "#{result.name} (#{result.mail.partition('@')[2]})",
       'value' => result.name,
-      'object_class' => result.class.name,
+      'search_author_class' => result.class.name,
+      'search_author_id' => result.id,
       'institution' => result.institution,
       'email' => result.mail,
       }
