#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/default-search-options.html")
#if (!$shownFilterGroups.empty)
#foreach($group in $shownFilterGroups)
- s $group
#end
#end
#if (!$hiddenFilterGroups.empty)
#foreach($group in $hiddenFilterGroups)
- h $group
#end
#end