-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetpack submenu: contains inconsistent items on different Atomic plans #78485
Comments
📌 SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain
📌 FINDINGS/SCREENSHOTS/VIDEO
SSO Enabled > Calypso & /wp-admin
SSO Disabled > /wp-admin
📌 ACTIONS
|
This may be on purpose; I'm not sure the Woo Express plans are supposed to support Instant Search. I'll defer to @markbiek on that, since he worked on adding different feature support to Woo Express plans in D106438-code and #73958. Maybe some (or all) of the Woo Express plans should start supporting Instant Search? |
@cuemarie @jeherve The failure to show the submenu item in Calypso (regardless of SSO) and in wp-admin (when SSO active) is also happening on eCommerce sites which definitely should have Instant Search included. So effectively: Business and Pro: eCommerce: Woo Express: |
I'm looking at fbhepr%2Skers%2Sjcpbz%2Sjc%2Qpbagrag%2Szh%2Qcyhtvaf%2Sjcpbz%2Qsrngherf%2Spynff%2Qjcpbz%2Qsrngherf.cuc%3Se%3Q57s7r179-og (class-wpcom-features.php) it does look like the Commerce plan doesn't include instant search. The Woo Express plans were basically copies of Commerce so they don't have instant search either. What I'm not sure about is the why of that. @daledupreez Does this ring any bells for you? |
It looks like we are hiding this menu item via code in Automattic/wc-calypso-bridge that restructures the menus for eCommerce and Woo Express plans: I think we'll need @Automattic/somewherewarm to chime in on the reasoning for this. |
Thanks for the ping @daledupreez :) The Search menu item was suppressed as, at the time, it only pointed to a landing page prompting users to activate Jetpack Search, which is not a paid feature in Woo Express plans. It just didn't make sense (to me, at least) to have an entire menu item and landing page dedicated to activating a feature that's already there. I can see there's an upsell there now in addition to that toggle 🤔 On a related note, Jetpack Search seems to be (?) of little use to merchants who use block themes, and with Woo Express we've tried to take a block-theme first approach in everything we do: When a user visits the Jetpack dashboard, they are prompted to make use of Jetpack Search by adding a widget to their site -- but when a block theme is installed, this takes them to a black hole. Please try this and let me know if you see an end/purpose in that flow. I'm happy to see the Search menu item and the landing page return -- but I'd love to also be certain that we're guiding merchants to utilize features with real, tangible value. If I can't see the value in Jetpack Search when a block theme is active, then maybe most new merchants won't be able to, either. |
On another related note, @xristos3490 and I tried to modify the Site Editor Header template and Search templates to leverage Jetpack Search -- we couldn't find a Jetpack Search block that we could drop in there, or even understand how to surface it better in the Site Editor. |
The Search menu includes a few more things now indeed. Here is a screenshot: The menu item displays:
Jetpack Search takes over the default search experience, so it works with block themes as well as with classic themes. It basically works out of the box. Maybe we'd need highlight this a bit better in the Search page so people can better understand the benefits of turning it on.
There is no "Jetpack Search" block, but you can use the core Search block in your template parts. When a visitor uses the core Search block, the Jetpack Search modal will appear on the site.
Do you think you could walk me through the steps you followed to get to that black hole? That seems to be a bug, and that's something we should fix. Ideally, we should move from the search widget area to a block in the future: Until then though, you should still be able to use Instant Search; you should be redirected to the correct screen when you attempt to configure it. In my opinion Jetpack Search can be a valuable tool for Woo Express site owners. If we were to decide to make this feature available to site owners, we would need to add Instant Search support to Woo Express like we've done for other features in D106438-code. That should be enough to close this issue. |
Do you happen to remember if there was any p2 discussion about this at the time? Considering this issue and the discussion above, maybe it would make sense to reopen that existing discussion if there is one. |
That's a bug, nice find! It only impacts sites that do not support Instant Search; I think that's why it stayed unnoticed for so long. I opened Automattic/jetpack#31614 to get this fixed. |
I can no longer reproduce this, it seems to be resolved: The Seach menu item seems to be there across all options: AT without SSO (Unified Navigation) AT without SSO (Core Navigation) Please note that, even though this appears to have been solved, I just referenced a separate issue that could be connected to this. Automattic/jetpack#36557 |
I just ran into this while testing something else and I need to amend my previous comment. I did not realize the issue was connected to the plans. This is still reproducible with the Entrepreneur plan: Kapture.2024-04-15.at.08.08.31.mp4 |
@jeherve I feel like this should go into some untangling work, but not sure what board or what team could take it. |
Update: see comment below: #78485 (comment) This is bigger than just Search.
Quick summary
The Jetpack search submenu item doesn't show in calypso. It also doesn't show in wp-admin when SSO is active, giving no way to access the search dash unless you know the link ( {site}/wp-admin/admin.php?page=jetpack-search ). This is happening on all WoA sites.
Based on this previous issue, it should always be showing for WoA sites: Automattic/jetpack#27512
pr: Automattic/jetpack#27568
Steps to reproduce
What you expected to happen
The search submenu item should always be visible
What actually happened
It's not when sso is on
When SSO on:
When SSO off:
Impact
All
Available workarounds?
Yes, difficult to implement
Platform (Simple and/or Atomic)
Atomic
Logs or notes
No response
The text was updated successfully, but these errors were encountered: