-
Notifications
You must be signed in to change notification settings - Fork 314
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
Support orderby post__in #773
Comments
I try to solve this but ES doesn't allow to sort by field, it only allow sort by @tlovett1 Do you have any pointers how to achieve this? |
I did ask in stackoverflow, and ES doesn't have custom sort order. |
What is the LOE for this? |
We're getting 100MB+ logs on a site we're running every day in ES logs due to lack of support here. Anything we can do to help? In the meantime, we may have to add an |
@JustinSainton would be happy to review a PR :) Wish I had a quick fix for this one. |
Do we have any news regarding this Bug? I am getting the following error: No mapping found for
|
orderby
in WP_Query supportspost__in
. We should support this in EP.The text was updated successfully, but these errors were encountered: