You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this plugin in Optimizely CMS, I would like to index the metadata of all media files, in order to be able to search for them in the asset pane.
However, I do not want to index the binary content of all media files, as attachment content. In the same way, I would like to index all MediaData instances without specifying all possible file extensions in configuration. This, I believe, should only be needed for attachment indexing.
Is it possible to not rely on file extensions when indexing MediaData instances? And instead rely exclusively on indexing conventions?
The text was updated successfully, but these errors were encountered:
Using this plugin in Optimizely CMS, I would like to index the metadata of all media files, in order to be able to search for them in the asset pane.
However, I do not want to index the binary content of all media files, as attachment content. In the same way, I would like to index all MediaData instances without specifying all possible file extensions in configuration. This, I believe, should only be needed for attachment indexing.
Is it possible to not rely on file extensions when indexing MediaData instances? And instead rely exclusively on indexing conventions?
The text was updated successfully, but these errors were encountered: