The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

searching for page content

Michael Bond
May 7, 2015

I'm not able to find specific page content in my searches. I'd like to find table entries, words or phrases in paragraphs, etc. Is it possible to search for that type of page content?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 7, 2015

Hi Michael,

In addition to Davin answer, you can also search for Confluence pages having an specific word by running a select query in the BODYCONTENT table like the example below:

select c.title from content c
join bodycontent b on b.contentid = c.contentid
where b.body like '%<word_to_search>%';

Just replace the <word_to_search> from the query above and run.

Cheers,

Rodrigo

1 vote
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 7, 2015

I you want to search for a specific phrase then surround it by quotes in the search field. Also, check our the Search syntax page. It has some good info for how to effectively search Confluence.

https://confluence.atlassian.com/display/DOC/Confluence+Search+Syntax

TAGS
AUG Leaders

Atlassian Community Events