Skip to content

Commit d107745

Browse files
lovemeblendermatticbot
authored andcommitted
Keep a single instant_search feature (#42710)
* Keep a single instant_search feature * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14105312501 Upstream-Ref: Automattic/jetpack@4abc625
1 parent 76e1427 commit d107745

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ This is an alpha version! The changes listed here are not final.
7979
- Use `Automattic/jetpack-composer-plugin` so jetpack-library packages will be installed in a place where `wp i18n` will see them.
8080
- woa: Enable wordads module via WP_CLI post transfer
8181

82+
### Deprecated
83+
- Removed an extra instant search feature which included the business/commerce sites and we won't be using it for now.
84+
8285
### Removed
8386
- Removed the `Personalize Link in Bio` launchpad task, since the link in bio related flow is now deprecated
8487
- Remove the launch bar from the frontend of Atomic sites

wpcom-features/class-wpcom-features.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ class WPCOM_Features {
380380
public const INSTALL_THEMES = 'install-themes';
381381
public const INSTALL_WOO_ONBOARDING_PLUGINS = 'install-woo-onboarding-plugins';
382382
public const INSTANT_SEARCH = 'instant-search';
383-
public const INSTANT_SEARCH_NO_BUSINESS = 'instant-search-no-business'; // TEMP AND TO BE DELETED AFTER REBUILDING the jetpack-search index
384383
public const JETPACK_DASHBOARD = 'jetpack-dashboard';
385384
public const LEGACY_CONTACT = 'legacy-contact';
386385
public const LIST_INSTALLED_PLUGINS = 'list-installed-plugins';
@@ -774,16 +773,6 @@ class WPCOM_Features {
774773
self::WPCOM_ECOMMERCE_TRIAL_PLANS,
775774
),
776775
self::INSTANT_SEARCH => array(
777-
self::WPCOM_BUSINESS_PLANS,
778-
self::WPCOM_ECOMMERCE_PLANS,
779-
self::WPCOM_ECOMMERCE_TRIAL_PLANS,
780-
self::WPCOM_SEARCH,
781-
self::WPCOM_SEARCH_MONTHLY,
782-
self::WP_P2_PLUS_MONTHLY,
783-
self::JETPACK_SEARCH_PLANS,
784-
self::JETPACK_COMPLETE_PLANS,
785-
),
786-
self::INSTANT_SEARCH_NO_BUSINESS => array(
787776
self::WPCOM_SEARCH,
788777
self::WPCOM_SEARCH_MONTHLY,
789778
self::WP_P2_PLUS_MONTHLY,

0 commit comments

Comments
 (0)