We generally have dozens up to thousands of individual instances of UDTs. Within these, the UDTs will often have a few KPIs we want to chart or pull reports on in comparison.
Imagine I want to compare or export data for a particular tag (say Angle) for many matching devices (say Motor).
We're often using the tag browse tree, or a self-developed alternative from before that component existed, to browse the tag tree and allow users to select tags for charting or data export in Perspective.
What's the best way to allow our users to find all instances of a particular tag name within a certain part of the tag hierarchy? Regex-enabled search or something similar?