【User Suggestion】Suggestions on Tag Management Logic

We have created many workflows and chatflows for different clients and business needs. The application’s tag management and categorization are relatively convenient, with tags for applications, tools, different clients, production versions, local debugging versions, and various classification criteria. However, the current tag filtering uses an “OR” logic rather than an “AND” logic. For example, if Client A and Client B each have production and local testing versions (four tags total), selecting both Client A and the production version will also display Client B’s production version, causing inconvenience. In reality, “AND” logic is used more frequently. Could you improve this by adding a logic selection option, allowing users to choose between “AND” or “OR” logic for filtering applications via tags? Thank you!