Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.59k stars 799 forks source link

Enhancement: Add Learn.WordPress.org data to sync #38186

Closed adamwoodnz closed 2 months ago

adamwoodnz commented 3 months ago

Impacted plugin

None / Other

What

New taxonomy and post meta added to sync to fix search

How

Hi, we're currently building a new theme for Learn.WordPress.org and some specific searches aren't working. The site uses Jetpack search. These problems are summarised in 2 issues:

  1. Learning Pathway searches broken
  2. Filtering search results by language is broken

I've read that the first one might not be working due to data not getting pushed to the ES index because the taxonomy isn't listed in mu-plugins/jetpack/sync/class.jetpack-sync-module-search.php, however I'm not able to view that file. We're interested in getting the learning-pathway taxonomy added if that is the cause though.

The other field which is problematic is filtering a search on a post meta field language.

Please comment on the issues directly if that's better. Thanks in advance.

darssen commented 3 months ago

Hi!

I've read that the first one might not be working due to data not getting pushed to the ES index because the taxonomy isn't listed in mu-plugins/jetpack/sync/class.jetpack-sync-module-search.php, however I'm not able to view that file. We're interested in getting the learning-pathway taxonomy added if that is the cause though.

You can follow the steps in the following link pcNPJE-182-p2 to add the taxonomy.

The other field which is problematic is filtering a search on a post meta field language.

Folks from @Automattic/jetpack-reach should be able to help with this one.

adamwoodnz commented 3 months ago

Thanks for responding

You can follow the steps in the following link pcNPJE-182-p2 to add the taxonomy.

Sorry, but was there supposed to be a link here @darssen?

jeherve commented 3 months ago

was there supposed to be a link here

@adamwoodnz I've reached out in Slack to help with that!

adamwoodnz commented 2 months ago

Closing this as I've received help on the linked issues, thanks!