FuzzyNameResolver
class FuzzyNameResolver(nodeRepository: NodeRepository, radioConfigRepository: RadioConfigRepository)(source)
Resolves fuzzy node and channel name queries to concrete identifiers.
Uses longest-common-substring matching with a minimum threshold of 50% of the query length. Returns an error with candidate list if ambiguous.