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

WIP: Several fixes for Terms #2420

Merged
merged 7 commits into from
Oct 21, 2021
Merged

WIP: Several fixes for Terms #2420

merged 7 commits into from
Oct 21, 2021

Conversation

felipeelia
Copy link
Member

@felipeelia felipeelia commented Oct 20, 2021

Description of the Change

So far, this PR:

  • Fixes BUG: WP_Term_Query always fallback to MySQL when results are empty #2367
  • Makes sure all tests for the Terms Indexable are really using ES
  • Fixes compatibility with the object_ids parameter
  • Sort by term_id and parent instead of term_id.long and parent.long (non-existent subfields)
  • Fixes some unit tests where terms were not indexed yet
  • Adjusts how the hierarchical and hide_empty parameters work together

@felipeelia felipeelia added this to the 3.6.4 milestone Oct 20, 2021
@felipeelia felipeelia self-assigned this Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: WP_Term_Query always fallback to MySQL when results are empty
2 participants