#51458 closed task (blessed) (fixed)
REST API: Add terms search handler
| Reported by: | TimothyBlynJacobs | Owned by: | TimothyBlynJacobs |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.6 |
| Component: | REST API | Version: | 5.0 |
| Severity: | normal | Keywords: | has-patch has-unit-tests |
| Cc: | Focuses: |
Description
This is a tracking ticket for merging the Terms search handler from Gutenberg.
https://github.com/WordPress/gutenberg/blob/master/lib/class-wp-rest-term-search-handler.php
Change History (7)
This ticket was mentioned in PR #577 on WordPress/wordpress-develop by TimothyBJacobs.
6 years ago
#3
- Keywords has-patch has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/51458
TimothyBJacobs commented on PR #577:
6 years ago
#4
@noisysocks Could you give this a test with Gutenberg active?
noisysocks commented on PR #577:
6 years ago
#5
@noisysocks Could you give this a test with Gutenberg active?
It works 👍
I suspect the handler added by Core is used as it's first in the array. We should update Gutenberg to not add the handler if there is already one.
TimothyBJacobs commented on PR #577:
6 years ago
#7
Merged in 5b6f5f9.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Let's add https://github.com/WordPress/gutenberg/blob/master/lib/class-wp-rest-post-format-search-handler.php too.