Detail
Detail
Bugfix
Actually a trifle, but it quickly drives you to despair when entering somewhat longer expressions.
Test
Enter the following TLScript expression in the model-based search and check if the parenthesis matching works as expected.
all(`DemoTypes:A`) .get( all(`tl.legacy.tabletypes:MetaAttributeTable`) .filter(a -> ($a.get(`tl.legacy.tabletypes:MetaAttributeTable#name`) == "containment") && ($a.get(`tl.legacy.tabletypes:MetaAttributeTable#owner`) == `DemoTypes:A`).singleElement()))