Content in macro body no longer searchable using Confluence search

My team and I noticed that content saved in the macro body is no longer searchable using confluence default search. So we were wondering if that is expected behavior or a regression?

Loom video to show when macro content was previously searchable

Note: We are currently trying to make content searchable by saving it using the contentProperty and configuring the Content Property Index Key Configuration but due to some limitations related to the objectName not supporting the indexing for JSON arrays.
We decided to save the content to macroBody as implemented in some of our add-ons. But noticed that content saved in the macro body is no longer searchable.

AP.confluence.getMacroData(async macroParams => {
     AP.confluence.saveMacro({...macroParams}, fieldsStringified);
});

Anyone facing a similar issue?

6 Likes