@for (option of searchResultTypes; track option) {
{{option.matchType}}
{{option.label}}
}
@if (resultsCount > 0) {
} @else {
No matching results
}
No matching results
Use regex(es) to match nodes by label, attributes, input/output node label,
and input/output metadata. Regexes separated by spaces are combined using the logical AND.
For attributes and I/O metadata, regex will try to match
{{'{'}}key{{'}'}}:{{'{'}}value{{'}'}} or
{{'{'}}key{{'}'}}={{'{'}}value{{'}'}}.
Examples:
axis: will match attributes whose key is
axis.
padding=[SAME|VALID] will match attributes whose key is
padding and value is either SAME or
VALID.