There doesn't appear to be a way in the model search feature to limit results to a specific type e.g. Class, Node, etc. Is there a way to achieve this? I know I can craft a SQL query however an unable to find the correct table name.
EDIT
It appears that I can do the following
Select *, Object_Type AS CLASSTYPE, Name from t_object Where Object_Type="Node"
.
It seems that Sparx don't appear to have documented Object_Type
as it displays as Type
in their documentation.