This commit is contained in:
Peter Steinberger 2025-05-26 02:07:06 +02:00
parent cb2d7055f0
commit 1dec9388aa

View File

@ -124,7 +124,7 @@ public class CollectAllVisitor: TreeVisitor {
// Assuming SearchCriteriaUtils.criteriaMatch is accessible here.
// If not, this logic needs to be adapted or the function made available.
// Defaulting matchAll to true, as filters usually imply all conditions must pass.
let matchesFilter = SearchCriteriaUtils.criteriaMatch(
let matchesFilter = criteriaMatch(
element: element,
criteria: criteria,
matchAll: true,