Hi right now, i am trying to set up a dynamic tag function that will tag an element according to the keywords it has. The thing is, there are many keywords that can be assorted to one tag. For example - if an element includes “developer” or “engineer”, I am marking both as “cs(개발)”.
Here’s the thing: right now I could not find a way to put multiple keywords in one condition. So I am doing it all separately - means I need to set up 30 conditions everytime.
Is there a smarter way to do this?
