message_text_contains_group

NAML documentation   Watch a video
   Usages of this macro
... in adv_search.naml
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<macro name="message_text_contains_group">
    <tr>
        <td colspan="2">
            <div class="shaded-bg-color rounded second-font group-header">
                <t
Macro
>Message text contains</t>
            </div>
        </td>
    </tr>
    <tr>
        <td class="form-label"><t
Macro
>all of the words:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="messageand" /></td>
    </tr>
    <tr>
        <td class="form-label"><t
Macro
>at least one of the words:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="messageor" /></td>
    </tr>
    <tr>
        <td class="form-label"><t
Macro
>the exact phrase:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="messagephrase" /></td>
    </tr>
    <tr>
        <td class="form-label end-group"><t
Macro
>none of the words:</t></td>
        <td class="end-group"><n.adv_search_input
Macro
Parameters: name
 name="messagenot" /></td>
    </tr>
</macro>