# 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. ⚠️ **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 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** | | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 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). | | \_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 | | \_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. | | \_capable\_refs\_revision | Internal revision counter on the index property. Diagnostic; currently always 1. | | \_capable\_refs\_indexed\_at | When Capable last indexed this page. Useful as an admin health check: pages with no value have never been indexed. | | \_capable\_refs\_indexed\_version | Index schema version stamped on the page. Searching \`NOT = CURRENT\_INDEX\_VERSION\` is how an administrator spots a site that is only partly indexed. Current version is 3. | --- ## Related [Asset library search fields10 fields.](https://help.gocapable.com/search/asset-library-search-fields.html) [Links search fields8 fields.](https://help.gocapable.com/search/links-search-fields.html) [Capable search fieldsEvery field, and how they work.](https://help.gocapable.com/search/capable-search-fields.html) --- _Indexed, then searchable. In that order._