ThemeBuilder for Confluence Server/Data Center Macros Panels (ThemeBuilder) Current: Panel Search Panel Search This macro displays the Confluence Panel Search macro. The newest version of ThemeBuilder refers to the Panel Search macro as Quick Search. UsageStorage Format<ac:macro ac:name="panel-search"> <ac:parameter ac:name="parameter">value</ac:parameter> </ac:macro>Wiki Markup{panel-search:parameter=value}ParameterNameDescriptionTypeDefaultRequiredshowSpacesShow SpacesDisplay a dropdown of spaces to search withinbooleanfalsefilterFilterFilter the list of spaces to include only Global spaces, Personal spaces, or bothenumspacesSpacesOnly display the following spaces in the dropdownspacekeyflagFlagA list of flags, one of which must be defined for the content to be displayedstringnotflagNot FlagA list of flags which must not be defined for the content to be displayedstringExampleDisplay the Confluence Search box.<ac:macro ac:name="panel-search" />{panel-search}ResultUsed in the ThemeBuilder Skin Editor, the Header Panel macro displays a Confluence search box, with a dropdown for matching content.Confluence 5 Search BoxThe Confluence 5 search box has changed since this macro was created, and the new version can be reproduced using the Panel Menu macro.<ac:macro ac:name="panel-menu"> <ac:parameter ac:name="menutype">aui-quicksearch</ac:parameter> </ac:macro> ×