advanced_search_path

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "advanced_search_path".
... in search.naml
407
408
409
410
411
412
<macro name="advanced_search_path" parameters="days" requires="node">
    <n.encode_url.remove_spaces.>
        /template/NamlServlet.jtp?macro=adv_search_page&node=<n.id/>
        <n.add_to_path name="days" value="[n.days/]" />
    </n.encode_url.remove_spaces.>
</macro>