Update PartSearchFilter.php

This commit is contained in:
d-buchmann 2026-02-16 09:03:12 +01:00 committed by GitHub
parent 1d6b63405b
commit 449b9446d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,8 +139,8 @@ class PartSearchFilter implements FilterInterface
return;
}
expressions = new array();
params = new array();
$expressions = array();
$params = array();
//Use equal expression to just search for exact numeric matches
if ($search_dbId) {