Description of the bug
No matter the post types selected for the block, the wp/v2/posts/ endpoint is used for searching, which returns only posts.
Steps To Reproduce
- Add
page to the wp_curate_duduplication_slotfill_post_types filter.
- Update the query block to draw backfill from only pages.
- See posts display in the backfill instead of pages.
Additional Information
See here:
.
Acceptance Criteria
Description of the bug
No matter the post types selected for the block, the
wp/v2/posts/endpoint is used for searching, which returns only posts.Steps To Reproduce
pageto thewp_curate_duduplication_slotfill_post_typesfilter.Additional Information
See here:
wp-curate/blocks/query/edit.tsx
Line 185 in b0d8273
Acceptance Criteria