If you’ve ever been annoyed by how ManagedAttribute objects don’t have names and therefore you can only search by id in the debug page, try adding this to your UIConfig:
<entry key="debugManagedAttributeSearchProperties" value="id,value,displayName"/>
It’s an unlisted key OOTB but is supported, works the same way as debugLinkSearchProperties, debugIdentitySearchProperties, etc.
Adding that will let you search by ManagedAttribute attributes that actually mean something! You can add more search properties as well, including any extended, searchable attributes you may have added to your ManagedAttribute ObjectConfig.
This is awesome! Thank you for sharing. One might even call it life changing.
-Kyle
Very Fruitful recommendation!! Thankyou Team