dimven / SpringNodes

A collection of Dynamo nodes
MIT License
69 stars 46 forks source link

Springs.Filter.ByCategoryName also returns Tags #51

Closed DavePlumb closed 5 years ago

DavePlumb commented 5 years ago

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 Springs

dimven commented 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:

image

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

DavePlumb commented 5 years ago

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 image