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 solutions for failed queries due to field type issues. #3165

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

JakePT
Copy link
Contributor

@JakePT JakePT commented Nov 29, 2022

Description of the Change

Adds recommended solution messages to 2 failed queries described by #3164.

Closes #3164

How to test the Change

  1. Run wp elasticpress delete-index
  2. Go to Posts > All Posts, select a post.
  3. Make a change to the post and click Update.
  4. Visit the latest posts page, with a search block/widget on it. Search for the edited post.
  5. Visit ElasticPress > Status Report in the admin.
  6. The failed queries in the Status Report should offer a solution that begins "It seems you saved a post without doing a full sync first...".

Changelog Entry

Append to

Added - New Status Report page.

Credits

Props @JakePT

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.

@JakePT JakePT self-assigned this Nov 29, 2022
@JakePT JakePT added this to the 4.4.0 milestone Nov 29, 2022
@felipeelia felipeelia merged commit f8b2c4c into develop Nov 29, 2022
@felipeelia felipeelia deleted the fix/3164 branch November 29, 2022 14:06
felipeelia added a commit that referenced this pull request Nov 29, 2022
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: Unrecognised errors in failed queries
2 participants