Search: Add Search plan to wp-admin Plans page#15011
Search: Add Search plan to wp-admin Plans page#15011jsnmoon merged 2 commits intoadd/search-planfrom
Conversation
|
@keoshi, I propose we collaborate on polishing and tweaking wp-admin pages for Instant Search in the |
|
Let's do it @jsnmoon ! |
keoshi
left a comment
There was a problem hiding this comment.
This works beautifully!
I can confirm the Search block is behind that flag and I can't see it unless I add the constant:
Once the constant is added, the plans appear side by side and both boxes grow vertically to balance out the UI:
One thing to note here is that the header for the existing single product block changes depending if pre or post-purchase, so that will have to be tackled in order to get a consistent look. That will be tackled in a separate PR.
Created a PR for this here: #15016 |
* Search: Add Search plan to wp-admin Plans/My-Plans pages (#15011) * Add Instant Search feature gate * Add Jetpack Search to the Plans page * Instant Search: Add support in glance and performance sections (#15043) * Search: Add instant search auto config (#15026) * Significant refactoring of Plans pages, especially for Backups * Update the copy for search module. (#15123) * Search: Add search plan to my-plans page (#15095) * Search: Add pricing and tier information to Plans page (#15125) * Search: Fix search plan detection (#15156)


Changes proposed in this Pull Request:
/wp-admin/admin.php?page=jetpack#/plans).JETPACK_SEARCH_PROTOTYPEin PHP.Is this a new feature or does it add/remove features to an existing part of Jetpack?
Testing instructions:
define( "JETPACK_SEARCH_PROTOTYPE", true );to yourwp-config.php. If using Jetpack's Docker development environment, you can create a file at/docker/mu-plugins/instant-search.phpand add the define there./wp-admin/admin.php?page=jetpack#/plans).Proposed changelog entry for your changes: