diff --git a/module/VuFindSearch/src/VuFindSearch/Service.php b/module/VuFindSearch/src/VuFindSearch/Service.php
index 1223ab673430635a1bd991990328cd61a882acb9..8108e4186864c0120ee0b8eca9aa7ff59904d10e 100644
--- a/module/VuFindSearch/src/VuFindSearch/Service.php
+++ b/module/VuFindSearch/src/VuFindSearch/Service.php
@@ -153,7 +153,7 @@ class Service
     {
         $params  = $params ?: new ParamBag();
         $context = __FUNCTION__;
-        $args = compact('backend', 'id', 'params', 'context');
+        $args = compact('backend', 'ids', 'params', 'context');
         $backend = $this->resolve($backend, $args);
         $args['backend_instance'] = $backend;