Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Media search returns no result in admin dashboard #3837

Merged
merged 4 commits into from
Feb 28, 2024
Merged

Conversation

burhandodhy
Copy link
Contributor

Description of the Change

This PR fixes an issue where the search returns not result in the admin dashboard

Closes #3821

How to test the Change

  1. Add the add_filter( 'ep_ajax_wp_query_integration', '__return_true' ); in your codebase.
  2. Make sure Protected Content and Documents are enabled
  3. Search for the media name

Changelog Entry

Fixed - Media search returns no result in admin dashboard

Credits

Props @burhandodhy

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@felipeelia felipeelia added this to the 5.1.0 milestone Feb 28, 2024
@felipeelia felipeelia merged commit 1c99574 into develop Feb 28, 2024
13 of 16 checks passed
@felipeelia felipeelia deleted the fix/3821 branch February 28, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Media search returns no return in admin dashboard if
2 participants