Array goes through iterator then a router, Path 1 allows “name” containing “search word” and passes the bundle that matches
This part works well.
If no parts match I want it to go Path 2, the problem is many bundles do not contain “search word”, I need to search the entire array for the “search word” to pass a fail.
Not sure how to format this search filter