Making WordPress.org

Opened 11 years ago

Closed 8 years ago

#347 closed defect (bug) (fixed)

Wrong search on all international support forums

Reported by: zodiac1978's profile zodiac1978 Owned by:
Milestone: Priority: normal
Component: International Forums Keywords:
Cc:

Change History (14)

#1 follow-up: @Otto42
11 years ago

Not entirely true. The main site search is using a Google Custom Search, and the international forums are indexed and included in that search engine.

Example:
https://wordpress.org/search/Kana%C5%82

It may be desirable to do individual language searching on those forums though.

#2 @zodiac1978
11 years ago

Not entirely true. The main site search is using a Google Custom Search, and the international forums are indexed and included in that search engine.

Indeed, but it is really confusing for our users. Especially if they search for Plugin-Names and Functions and they get another URL with mostly english results.

It may be desirable to do individual language searching on those forums though.

Yes, please! There is a language specific search for these forums already:
http://de.forums.wordpress.org/search.php?q=test

But it is not used on the start page. Maybe this can be changed (and make the global google custom search an additional option or so)

This ticket was mentioned in Slack in #meta-i18n by joostdevalk. View the logs.


9 years ago

This ticket was mentioned in Slack in #meta-i18n by joostdevalk. View the logs.


9 years ago

#5 @dd32
9 years ago

After taking a quick look at this, I don't think we can re-use the existing wordpress.org/search/ template for Rosetta sites.

The main reason is that it's built statically for the english variant, and localising it isn't really easily possible. Instead, this should be created within the rosetta plugins somehow.

#6 in reply to: ↑ 1 @SergeyBiryukov
9 years ago

Replying to Otto42:

Not entirely true. The main site search is using a Google Custom Search, and the international forums are indexed and included in that search engine.

That's not entirely true either, see #121.

#7 @netweb
9 years ago

Related: #1134

This ticket was mentioned in Slack in #meta by ocean90. View the logs.


9 years ago

#9 @samuelsidler
9 years ago

In our new bbPress 2.x-powered forums, the theme has a forums-only search.

Tracking bug for upgrading to bbPress 2.x is #1544.

#10 @SergeyBiryukov
8 years ago

  • Resolution set to fixed
  • Status changed from new to closed

After the upgrade to bbPress 2.x in #1544, the search form on the main page shows results from the localized forum: https://de.wordpress.org/support/search/test/.

#11 @SergeyBiryukov
8 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

[3918] introduced a regression, localized forum search is broken again.

#12 @SergeyBiryukov
8 years ago

Any chance to adjust [3918] so that bb_base_search_form() is only used on the English forums?

#13 @jmdodd
8 years ago

In 3926:

Forums Theme: Differentiate between international and support forum search.

Fixes regression introduced in [3918].

See #347.

#14 @SergeyBiryukov
8 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

Thanks @jmdodd!

Note: See TracTickets for help on using tickets.