## 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)
  1. Search your recently viewed pages
  2. #end
  3. 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
  4. 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
  5. #if ($searchCore.isSet($targetedSearch.moreHelpLink))
  6. More Search Help
  7. #end

Confluence Query Language Search

  1. CQL lets you create advanced content searches.
  2. Use the above form to submit a CQL query.
  3. See Atlassian's CQL documentation for more information.
#else #parse("$searchCore.parseFileLocation('targeted-search')/html/includes/not-licensed.html") #end