We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
orderby => post__in is not working and throwing an error: No mapping found for [post__in] in order to sort on
orderby => post__in
No mapping found for [post__in] in order to sort on
new WP_Query( array( 'posts_per_page' => 5, 'no_found_rows' => true, 'post_status' => 'publish', 'post__in' => array( 0 => 25, 1 => 26, 2 => 24, ), 'orderby' => 'post__in', 'ep_integrate' => true, ) );
No response
The text was updated successfully, but these errors were encountered:
Apologize, We already have a ticket to tackle this: #773
Sorry, something went wrong.
No branches or pull requests
Describe the bug
orderby => post__in
is not working and throwing an error:No mapping found for [post__in] in order to sort on
Steps to Reproduce
orderby => post__in
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress and ElasticPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: