This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

Confluence Search Fields

All Versions

Confluence 3.0 Documentation
Purpose of this document

This page is intended for developers and advanced users of Confluence. It gives an overview of the Apache Lucene search fields used in Confluence.

On this page:

Searching for Content in Specific Fields

Confluence data is stored in fields which can be specified in the search. To search a specific field, type the name of the field followed by a colon ':' and then the term you are looking for.

Examples:

title:"Some Title"
labelText:chalk

The field specification applies only to the term directly preceding the colon. For example, the query below will look for "Some" in the title field and will search for "Heading" in the default fields.

title:Some Heading

Confluence Search Fields

Below are the fields which can be searched, listed by content type.

Personal Information

Name Indexed Stored Tokenised Notes
handle true true false  
type true true false  
urlPath true true false  
fullName true true true  
username true true true  
title true true false  
labelText true true true  
modified true true false  
created true true false  
userpermission true true false  
contentBody true true true  

Pages

Name Indexed Stored Tokenised Notes
handle true true false  
type true true false  
urlPath true true false  
title true true true  
spacekey true true false  
labelText true true true  
modified true true false  
created true true false  
userpermission true true false  
contentBody true true true  
lastModifiers true true false Username of the user who last updated the page.
creatorName true true false Username of the user who added the page.

News

Name Indexed Stored Tokenised Notes
handle true true false  
type true true false  
urlPath true true false  
title true true true  
spacekey true true false  
labelText true true true  
modified true true false  
created true true false  
userpermission true true false  
contentBody true true true  
lastModifiers true true false Username of the user who last updated the news item.
creatorName true true false Username of the user who created the news item.

Attachments

Name Indexed Stored Tokenised Notes
handle true true false  
type true true false  
urlPath true true false  
filename true true true  
title true true false  
comment true true true  
spacekey true true false  
modified true true false  
created true true false  
userpermission true true false  
contentBody true true true  

Mail Items

Name Indexed Stored Tokenised Notes
handle true true false  
type true true false  
urlPath true true false  
title true true true  
spacekey true true false  
messageid true true false  
inreplyto true true false  
recipients true true true  
labelText true true true  
modified true true false  
created true true false
userpermission true true false  
contentBody true true true  
lastModifiers true true false The username of the user who did the mail import, not the person who sent the email message.
creatorName true true false The username of the user who did the mail import, not the person who sent the email message.
RELATED TOPICS

Labels

search search Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 29

    Bruno Rotondi says:

    It seems, that Confluece provides a very powerfull search, but it would help, if...

    It seems, that Confluece provides a very powerfull search, but it would help, if you give more complicated examples, expecially with above terms: How to search for

    • the last 10 actions of [UserName]
    • the words "never reach", inside a comment of [UserName], which he wrote in the last 30 days
    • ...

    "Confluence Search Syntax" has a long list of Comments. Hint: Create a new page "Search Exemples" with more complicated searches, including fields, ranking, filters, ...
    Best regards, Bruno

    1. Apr 01

      Arie Murdianto says:

      Hi Bruno, The advance search that are being your example, is more like user sta...

      Hi Bruno,

      The advance search that are being your example, is more like user statistic instead of search engine capability. Confluence provides search field to limit the search scope. For example only for title or label only. There is a similar feature request that you may be interested:

      You can cast a vote to increase its popularity and add yourself as a watcher to receive notification for the updates.

      If the feature request does not meet your need, you can raise it in our JIRA:

      1. Apr 01

        Bruno Rotondi says:

        Thanks for your Infos! I'm not interested in statistics. If a user has inte...

        Thanks for your Infos!

        I'm not interested in statistics. If a user has interesting comments, I may browse, what he wrote else. Or I remember XY wrote soemthing about AB and am searching this comment... (But since I do not use Confluence at the moment, I won't start a feature request. BTW another feature request would be no to mail me every comment-editing, but only the summary ).

        Best regards, Bruno

  2. Jun 03

    Anonymous says:

    I want to search the body of news for a specific string. The string sounds like...

    I want to search the body of news for a specific string.

    The string sounds like: ABCDEF.F0815.FIRST.STEP.C090603. But when I type this into the search field, then there are no matches?!

    What can be the problem?

    Best regards

    Elif

Add Comment


Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 2.5 Australia License.