search_result_post_subject

NAML documentation   Watch a video
   Usages of this macro
... in search.naml
108
109
110
111
112
<macro name="search_result_post_subject" requires="node,search">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.regex_matches
Macro
Parameters: pattern, text
 pattern=".*[n.regex_quote
Binary
Namespace: BasicNamespace
Parameters: string
.topic_node
Binary
Namespace: NodeNamespace
Parameters: do
.subject
Macro
Requires: node
/]" text="[n.subject
Macro
Requires: node
/]">
        <then>&nbsp; (<n.highlight
Binary
Namespace: SearchNamespace
Parameters: text
.subject
Macro
Requires: node
/>)</then>
    </n.if.not.regex_matches>
</macro>