BUG: Indexing parameters for object IDs only work for posts #3654
Labels
bug
Something isn't working
medium
(4 - 16 hours)
module:sync
Issues related to the Sync functionality
Milestone
Describe the bug
When indexing using the parameters for syncing specific object IDs, such as
include
,lower_limit_object_id
, andupper_limit_object_id
, the parameters will only work as expected when indexing Posts. This issue is present when syncing viaIndexHelper
in PHP, WP CLI, or the REST API.Steps to Reproduce
wp elasticpress sync --indexables=comment --include=30,32
, with real comment IDs.wp elasticpress sync --indexables=post --include=30,32
, with real post IDs.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: