Closed DavePlumb closed 5 years ago
Hi,
Yes, that's the intended use. I wanted to keep it more generic, so the node takes a list of strings and checks for partial matches. To get just the rooms, you have two options:
Either get just the roomS or if let's say you want to check if every room has a tag, do one extra step of filtering like in option 2
I did not know about the plural. Thanks for the tip! Does that work with all categories? Here's what I had done. But now that you mention it, that would not have excluded the RS lines
The Springs.Filter.ByCategoryName node returns both the Category passed and the Tags associated with that Category. It looks like the filter function acts as a wildcard, not as an exact match