Confluence's own fields
These are Confluence's own search fields rather than anything Capable adds. They work whether or not a page has been indexed by Capable, and they are the fields the search table falls back on when nothing else is installed.
#The fields
Field | What it holds |
|---|---|
text | Full-text match against page content. Contains-only. |
space | Space key the page belongs to. Example: space IN ("ENG","POLICY") |
label | Page label. Also the route Forms uses for per-form drill-down. Not sortable. |
creator | Account id of the page creator. Example: creator = currentUser() |
contributor | Account id of any page contributor. |
mention | Account id of a user @-mentioned on the page. |
favourite | Account id who starred the page. British spelling is what CQL accepts; `favorite` resolves as an alias. |
ancestor | Numeric content id of an ancestor page at any depth. |
parent | Numeric content id of the direct parent page. |
macro | Macro key used on the page (Confluence's own macro index, distinct from Capable's capable_refs_macros). |
created | Page creation timestamp. Quoted ISO date or a date function. |
lastModified | Last-update timestamp. Quoted ISO date or a date function. |
type | Content type filter. |
#Related
Indexed, then searchable. In that order.
