Re: Search exclude specific category?

Posted by Pedro on
URL: https://support.nabble.com/Search-exclude-specific-category-tp7589969p7589970.html

Please, try this:
<n.results.loop.current_node.>
	<n.if.not.equal value1="[n.current_node.get_app_node.id/]" value2="31">
		<then><n.search_result_row/></then>                    
	</n.if.not.equal>
</n.results.loop.current_node.>
Replace 31 with your subapp's id.
My test forum.