Stream : Fehler bei Verwendung des Operators IN

Shopware Version 5.1.1 Prof. Version Fehler der bei Erstellung eines Streams auftritt: Fehler tritt immer auf wenn als Operator IN ausgewählt wird: Haben auch versucht auf http://www.shopwaredemo.de einen Stream mit dem Operator IN auf ein Attribut zu erstellen, bekommen gleichen Fehler. Filter: Attribut Filter auf attr2 Operator: IN Wert: 100 Bekommen Fehler: Der Aufruf der Seite konnte nicht durchgeführt werden. Die nachfolgenden Hinweise sollten Ihnen weiterhelfen. An exception occurred while executing ‘SELECT SQL_CALC_FOUND_ROWS product.id as __product_id, variant.id as __variant_id, variant.ordernumber as __variant_ordernumber FROM s_articles product INNER JOIN s_articles_details variant ON variant.id = product.main_detail_id AND variant.active = 1 AND product.active = 1 INNER JOIN s_core_tax tax ON tax.id = product.taxID LEFT JOIN s_articles_avoid_customergroups avoidCustomerGroup ON avoidCustomerGroup.articleID = product.id AND avoidCustomerGroup.customerGroupId IN (?) INNER JOIN s_articles_categories_ro productCategory ON productCategory.articleID = product.id AND productCategory.categoryID IN (?) INNER JOIN s_articles_attributes productAttribute ON productAttribute.articledetailsID = variant.id WHERE (avoidCustomerGroup.articleID IS NULL) AND (productAttribute.attr2 IN (?)) GROUP BY product.id ORDER BY product.datum desc, product.changetime desc, product.id desc LIMIT 25’ with params [1, 3]: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php on line 119 Stack trace: #0 vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(PDOException), ‘SELECT SQL_CALC…’, Array) #1 vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): Doctrine\DBAL\Connection->executeQuery(‘SELECT SQL_CALC…’, Array, Array) #2 Shopware/Bundle/SearchBundleDBAL/ProductNumberSearch.php(117): Doctrine\DBAL\Query\QueryBuilder->execute() #3 Shopware/Bundle/SearchBundleDBAL/ProductNumberSearch.php(95): Shopware\Bundle\SearchBundleDBAL\ProductNumberSearch->getProducts(Object(Shopware\Bundle\SearchBundleDBAL\QueryBuilder)) #4 Shopware/Bundle/SearchBundle/ProductSearch.php(65): Shopware\Bundle\SearchBundleDBAL\ProductNumberSearch->search(Object(Shopware\Bundle\SearchBundle\Criteria), Object(Shopware\Bundle\StoreFrontBundle\Struct\ProductContext)) #5 Shopware/Controllers/Backend/ProductStream.php(81): Shopware\Bundle\SearchBundle\ProductSearch->search(Object(Shopware\Bundle\SearchBundle\Criteria),