Sites search fields
Sites writes 3 fields into Confluence's own search index. Once a page has been indexed you can filter and sort by them in Capable Search, and use them in ordinary Confluence CQL.
A page indexing has not reached carries no values at all. It does not match a query on these fields, and it does not come back as an empty result either. On a large site indexing takes hours to days to catch up.
The <hash> prefix is your installation's app hash. Field names are written with it, so the exact string differs per site. Use the Copy CQL action in the search table rather than typing it.
#The fields
Field | What it holds |
|---|---|
<hash>_capable_sites_ids | Ids of the Capable Sites a page belongs to. Declared only by the Suite and Sites apps. |
<hash>_capable_sites_deployments | Deployment records the page appears in, which published site builds included it. |
<hash>_capable_sites_slug | The page's URL slug on the published site. |
#Related
Indexed, then searchable. In that order.
