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
Media search returns no result in the admin dashboard if the Documents and Protected Content features is enabled and the site has the ep_ajax_wp_query_integration filter set to true.
The problem is happening because the documents feature adds the mime type filter to search query
Describe the bug
Media search returns no result in the admin dashboard if the
Documents
andProtected Content
features is enabled and the site has theep_ajax_wp_query_integration
filter set to true.The problem is happening because the documents feature adds the mime type filter to search query
Steps to Reproduce
add_filter( 'ep_ajax_wp_query_integration', '__return_true' );
in your codebase.Protected Content
andDocuments
are enabledScreenshots, screen recording, code snippet
No response
Environment information
No response
WordPress and ElasticPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: