Hi I have configured Confluence server on our machine and when we search something in live search and press enter it goes to advance search and give attachments in that search along with pages but I want to show only pages over there how I can restrict to show only pages in advance search?
Hi @Tanajee ,
You can use the below CQL to restrict the search on the content of type pages only.
type:page and text ~ "select"
Hope it helps!
Thanks,
Reshma
Thanks @Reshma Begum {Appfire} but can you tell me where i need to add this CQL?
Can you provide me steps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tanajee ,
You can use the normal confluence search to enter the CQL
type:page and text ~ "select"
that will take you to advance search and displays the page results.
Alternatively, you can use the left panel filter in advance search and select pages under type as shown below.
Thanks,
Reshma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.