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

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 Leaders.
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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events