Confluence 2.6 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Searching Syntax
Here's how you can refine your search. Confluence will ignore common words like "the" unless you place your query within quotes.
Exact phrase search
To search for content that contains the exact phrase "chalk and cheese"
"chalk and cheese"
Or Search
To search for content that contains one of the terms, "chalk" OR "cheese"
chalk OR cheese
And SearchTo search for content that contains both the terms "chalk" AND "cheese"
chalk AND cheese
Not searchTo search for content that contains "chalk" but NOT "cheese"
chalk NOT cheese
Excluded Term searchSimilar to the NOT search, to search for content that contains "chalk" and "butter" but NOT "cheese"
chalk butter -cheese
Grouping SearchTo search for content that MUST contain "chalk" but CAN contain either "cheese" or "butter" use the search:
(cheese OR butter) AND chalk
Title SearchTo search for content with "chalk" in its title, where title is the field keyword.
title:chalk
Wild card searchesSingle character
To search for "butter" or "batter" you can use the search:
b?tter
To search for "chicken" or "chickpea" you can use the search:
chick*
Wildcards can be used anywhere within a word, except at the very beginning.
For example:
*chick
is an invalid serch term.
Mutliple characters
To search for "chick" or "chickpea":
c*c*
You can also combine search characters to get the exact word. For example the search term below will return "chic" yet not "chickpea":
c*c?
Proximity searches This search ensure that the two words specified must be within a certain number of words of each other to be included.
"octagon post"~1
will return "Octagon blog post".
"octagon post"~0
is an invalid search term.
範囲検索
Searches for names that fall alphabetically within the specifed range.
[adam to ben]
Note: You can't use the AND keyword inside this statement.
あいまい検索
This search looks for words spelled similarly.
To search for octagon, if unsure about spelling:
octogan~
will correctly return "octagon"
組み合わせ検索
さまざまな検索語を一緒に組み合わせることもできます。
o?tag* AND past~ AND ("blog" AND "post")
関連トピック
Searching Confluence
Confluence Search Fields
Take me back to Confluence 2.6 User Guide