-
Notifications
You must be signed in to change notification settings - Fork 447
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
Bug/#598 term search doesn't include child terms in results #599
Bug/#598 term search doesn't include child terms in results #599
Conversation
Release/v0.1.2
- update version number in wp-graphql.php
…to release/v0.1.3
…on' into release/v0.1.3
The filter was not firing after the type registry changes because the fields definition was wrapped in a closure and could only be modified or filtered inside the closure.
- This adjusts the PostObjectConnectionResolver and the TermObjectConnectionResolver to ensure that search queries include terms that don't have the parent set to 0.
Codecov Report
@@ Coverage Diff @@
## develop #599 +/- ##
===========================================
- Coverage 59.28% 59.26% -0.02%
===========================================
Files 107 107
Lines 6641 6646 +5
===========================================
+ Hits 3937 3939 +2
- Misses 2704 2707 +3
Continue to review full report at Codecov.
|
@CodeProKid I also opened a PR for this straight to the release branch |
@jasonbahl can I merge this, or should we wait until we clarify the path forward on #597 |
@CodeProKid ah, jumped the gun. . .saw it was approved and merged before I saw your message |
Terms:
Before this PR:
After this PR: