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:
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search
Query for EDM Macros
Modify the URL to filter for your desired macro:
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:
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
https://{confluence-cloud-instance-name}.atlassian.net/wiki/search?cql=macro="{macro-name 1}" AND macro="{macro-name 2}"