Hi all,
simple question: Is there any way to search in the rulebase an object by its exact name via api?
When i search an object in the rulebase with its name i.e. "MyName", the output reports also rules with objects like "Old_myname_checkpoint".
Case-insensitve mechanism is not a problem, but in my case i prefer to have an exact match just for the pattern that i'm looking for.
I also tried in ignorant fashion: "^MyName$" 🙂
I think that this could by tied to this note:
"Note - Typing the token name into the search box does not always produce the same results as selecting from the list." as reported in the guide
Thanks