Hi Dojo,
in Node Edge we can define nodes with their shape, colour, icon, etc. It is also possible to define override nodes when a certain filter criteria is matched by available parameters of the node. Currently I see that the only option is to have a Filter "{Parameter} is {string} ". This works perfect if we e.g. take the name and specify the full name in the filter. Can the string also be a RegEx? This would allow us to filter for nodes with a common part in their name and apply e.g. another colour for these nodes.
Hi Andre,
As far as I know this is not possible. Maybe an option could be adding more than one query to your node component (with specific filters) that can be used as nodes. You could implement the filter that you are looking for in the GQI query itself.
Hope it helps.
Many thanks Miguel. Adding variations of the queries provided the expected result.