Capable core search fields

Capable core writes 10 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.


#The fields

Field

What it holds

Capable Macro Keys

Match pages by which macro keys appear on them.

Capable Last Updated

Timestamp of the last index computation for the page.

Capable Revision

Index record revision; currently always written as 1.

Capable Indexed At

When the page was last indexed. Useful for spotting stale coverage.

Capable Index Version

Index-format version stamped on the page. The Indexing progress bar counts pages where this equals the current version (3).

<hash>_capable_refs_macros

Every macro extensionKey found in the page body, deduplicated and sorted. Holds the raw macro key as it is stored on the page, which for Capable macros is a long identifier rather than the friendly name you see in the editor. Available in: Suite, Approval, Cal

<hash>_capable_refs_last_updated

Timestamp of when Capable last WROTE the index property for this page, not when the page itself was edited. Use Confluence's `lastModified` for page freshness.

<hash>_capable_refs_revision

Internal revision counter on the index property. Diagnostic; currently always 1.

<hash>_capable_refs_indexed_at

When Capable last indexed this page. Useful as an admin health check: pages with no value have never been indexed.

<hash>_capable_refs_indexed_version

Index schema version stamped on the page. Searching `NOT <alias> = CURRENT_INDEX_VERSION` is how an administrator spots a site that is only partly indexed. Current version is 3.



Indexed, then searchable. In that order.