adv_search_not_query

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in adv_search.naml
260
261
262
263
264
265
266
<macro name="adv_search_not_query" parameters="name,field">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_empty
Binary
Namespace: BasicNamespace
Parameters: value
.trim
Binary
Namespace: BasicNamespace
Parameters: text
.get_parameter
Binary
Namespace: RequestNamespace
Parameters: name
 name="[n.name/]">
        <then>
            NOT <n.adv_search_or_query
Macro
Parameters: field, name
 name="[n.name/]" field="[n.field/]" />
        </then>
    </n.if.not.is_empty.trim.get_parameter>
</macro>