any_message_part_contains_group

NAML documentation   Watch a video
   Usages of this macro
... in adv_search.naml
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<macro name="any_message_part_contains_group">
    <tr>
        <td colspan="2">
            <div class="shaded-bg-color rounded second-font group-header">
                <t
Macro
>Any message part contains</t>
            </div>
        </td>
    </tr>
    <tr>
        <td class="form-label"><t>all of the words:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="alland" /></td>
    </tr>
    <tr>
        <td class="form-label"><t>at least one of the words:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="allor" /></td>
    </tr>
    <tr>
        <td class="form-label"><t>the exact phrase:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="allphrase" /></td>
    </tr>
    <tr>
        <td class="form-label end-group"><t>none of the words:</t></td>
        <td class="end-group"><n.adv_search_input
Macro
Parameters: name
 name="allnot" /></td>
    </tr>
</macro>