Forms search fields

Forms writes 2 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

<hash>_capable_forms_form_ids

Ids of the Forms embedded on the page, from each Form macro's configuration. Example: `type in ("page","blogpost") AND <hash>_capable_forms_form_ids = "<formId>"`. Declared only by the Suite and Forms apps.

label = "capable_forms_page" / label = "capable_forms_<formId>"

Forms also writes real Confluence labels: one marker label on every page holding a Form macro, plus one slugified per-form label. This is the primary drill-down path (the property alias above is the documented fallback).



Indexed, then searchable. In that order.