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

Add support for post_parent__in and post_parent__not_in #3300

Merged
merged 2 commits into from
Feb 8, 2023

Conversation

MARQAS
Copy link
Contributor

@MARQAS MARQAS commented Feb 7, 2023

Description of the Change

This PR will add the support for post_parent__in and post_parent__not_in

Closes #558

How to test the Change

  • Create EP-integrated WP Queries with post_parent__in and post_parent__not_in args and notice that it should add the proper clause in ES and should return the proper results

Changelog Entry

Added - Support for post_parent__in and post_parent__not_in

Credits

Props @MARQAS

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.

@MARQAS MARQAS marked this pull request as ready for review February 7, 2023 14:04
@felipeelia felipeelia added this to the 4.5.0 milestone Feb 8, 2023
@felipeelia felipeelia merged commit 00f73e4 into develop Feb 8, 2023
@felipeelia felipeelia deleted the fix/558-support-post-parent-args branch February 8, 2023 11:08
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.

Support post_parent__in and post_parent__not_in
2 participants