## The containing .brikit-search-panel is supplied by browser-side template
#set ($panelUniqueId = $searchCore.localSafeId())
#set ($showSpaceCategories = true)
#set ($startCollapsed = true)
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/filter-panel.html")
#set ($show-query-string = true)
#set ($live-search = true)
#set ($show-submit-button = true)
#set ($show-clear-all-link = true)
#set ($query-string-placeholder-text = $searchCore.text('com.brikit.targetedsearch.search.panel.search.placeholder.text'))
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/search-form.html")
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/selected-filters.html")
#if ($show-clear-all-link)
$searchCore.text("com.brikit.targetedsearch.clear.all")
#end
#if ($targetedSearch.licensed)
#set ($isUsingThemePress = $spaceKey && $themePress.isThemePress($spaceKey) || !$spaceKey && $themePress.themePressSiteTheme)
#set ($loadMoreOption = "scroll")
#set ($displayRichLinks = $isUsingThemePress && !$richLinksDisabled && !$macro.previewContext)
#set ($max = 10)
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/search-results-list-container.html")
Search Tips
#if (!$searchCore.phone)
-
Search your recently viewed pages
#end
- Searching with terms:
- "human resources" – has the exact phrase human resources
- human resources – has the phrase human resources
- human AND resources – has both of the terms human and resources
- human OR resources – has at least one of the terms human or resources
- human NOT resources – has the term human but not resources
- title:human resources – has human resources in the title
- hum* – matches human and hummingbird
- human~ – matches words spelled similarly to human
- Searching with labels:
- Default – has at least one label from each of the selected categories
- All – has all selected labels
- Any – has any selected label
#if ($searchCore.isSet($targetedSearch.moreHelpLink))
-
More Search Help
#end
Confluence Query Language Search
- CQL lets you create advanced content searches.
- Use the above form to submit a CQL query.
- See Atlassian's CQL documentation for more information.
#else
#parse("$searchCore.parseFileLocation('targeted-search')/html/includes/not-licensed.html")
#end