-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
https://core.trac.wordpress.org/changeset/59034/ introduces support for exact search in REST API posts endpoint for the WordPress 6.7.
Since the plugin is overriding the WP_REST_Posts_Controller in
| class Gutenberg_REST_Posts_Controller_6_7 extends WP_REST_Posts_Controller { |
Step-by-step reproduction instructions
- have a WordPress 6.7 beta instaled
- hit the posts REST API endpoint with the
searchparam andsearch_semanticsset toexact - observe it not being taken into consideration with the Gutenberg 19.4.0 installed
You might need to create posts with similar/same titles and post_content as the related PHPUnit tests do. See https://wpcom.trac.automattic.com/changeset/304569 for more details
Screenshots, screen recording, code snippet
No response
Environment info
- WordPress 6.7 beta release
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
- Yes
Imran92 and skora-cpl
Metadata
Metadata
Assignees
Labels
[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended