Skip to main content
Skip table of contents

Filtering with the Confluence Advanced Search

Currently the search of dropdown macros or values through the Confluence Advanced Search is not supported. However, you are able to make the CQL search in the URL. Navigate to the Confluence Advanced Search page. The basic URL looks like the following:

CODE
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search

Query for EDM Macros

Modify the URL to filter for your desired macro:

CODE
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search?cql=macro="{macro-name}"

Macro

Name

Edit Mode Macro

edm-menu-edit-mode

Not Predefined Macro

edm-menu

Predefined Macro

edm-menu-predefined

Status Macro

edm-menu-status


Query for EDM Values

Modify the URL to filter for your desired values:

CODE
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search?cql={property-name}="{value}"

Macro

Property Name

Edit Mode Macro

edmTextProp1

Not Predefined Macro

edmTextProp1

Predefined Macro

edmTextProp1

Status Macro

edmStatusProp1

all EDM Macros

edmAllProp


You can search for more than one macro or value with the keyword AND

CODE
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search?cql=macro="{macro-name 1}" AND macro="{macro-name 2}"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.