Index Issue by using String.SearchListForString from Lunchbox

Hello everyone,

does anyone know how I can keep the indices from the original list in the Strings.SearchListForString Node´s String List or is there any better possibility? The indices List is right.

I want to filter all Ceilings (Decken), but due to the mismatched index it gives me other elements in the List.FilterByBoolMask Node List.

Best regards!

I’d use a String.Contains node instead of the lunchbox node.

Lunchbox is unsupported and has been for awhile now (5 years or so), so it’s best to move past it and utilize another method.

1 Like

Thank you Jacob… you’re right, it works great. My method was also a bit complicated. Have a great day!

1 Like