Proof of concept - find elements in tree

Started by Thomas Rohde, March 30, 2023, 06:08:25 AM

Previous topic - Next topic

Thomas Rohde

In various situations, I found the need to select specific elements in the model browser. This snippet demonstrates a proof of concept of this functionality. The gist prompts the user for a search term, and the script heuristically locates the model browser, and finds any element that matches (case-insensitive sub-string) the search term. Matches will be selected in the model browser.

rchevallier

Thanks but what is the difference with the native filter in the model browser ?

Phil Beauvoir

Thanks, Thomas. I added a comment at the gist that simplifies finding the Models Tree.
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

Thomas Rohde

Thanks! That made it a lot easier. I knew there was a simpler way ... maybe I should spend some time learning the Archi source code  ;)