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
In version 4.1.0 when using: ElasticPress\Features::factory()->get_registered_feature( 'related_posts' )->find_related( $postID, 4 );, the defined limit is not being respected, it is always showing the default of 5 posts.
Environment information
WordPress version: 5.9.3
ElasticPress version: 4.1.0
Elasticsearch version: 7.2.0
Where do you host your Elasticsearch server? Bonsai.io
The text was updated successfully, but these errors were encountered:
In version 4.1.0 when using:
ElasticPress\Features::factory()->get_registered_feature( 'related_posts' )->find_related( $postID, 4 );
, the defined limit is not being respected, it is always showing the default of 5 posts.Environment information
The text was updated successfully, but these errors were encountered: