You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
Seems, has_published_posts is not working.
I'm getting different count of users when ep_integrate false and or true. In my case ~9000 users vs ~1 mil
Steps to Reproduce
Use this code
$args = [
'has_published_posts' => ['post'],
'ep_integrate' => true,
];
$query = new WP_User_Query($args);
$user_count = $query->get_total(); // check count with ep_integrate false and true
Describe the bug
Hi there.
Seems, has_published_posts is not working.
I'm getting different count of users when ep_integrate false and or true. In my case ~9000 users vs ~1 mil
Steps to Reproduce
Use this code
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
WP 6.7.1
ElasticPress 5.4.1
ElasticPress Labs 2.3.1
Code of Conduct
The text was updated successfully, but these errors were encountered: