這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Search Fixer

外掛說明

Search Fixer makes “pretty” search links work properly. A pretty search link usually looks like this:
http://example.com/search/waldo
Because of a bug in WordPress, pretty search links with spaces in them do not work. Search Fixer fixes that bug.

If you use Search Meter‘s widgets, you should install Search Fixer too.

Technical details

The bug is WordPress bug 13961. This prevents “pretty” search URLs from working properly. For example, http://example.com/search/hello%20world should search the example.com blog for the words “hello” and “world”, but because of the bug it actually searches for “hello%20world” and fails to find anything.

When the WordPress bug is fixed (probably sometime in 2011) Search Fixer will no longer be necessary. I will keep Search Fixer up to date so it won’t interfere when the WordPress bug gets fixed.

安裝方式

Simply install and activate through the ‘Plugins’ menu in WordPress.

If you want to install manually, upload search-fixer.php to the /wp-content/plugins/ directory and then activate the plugin through the ‘Plugins’ menu in WordPress.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Search Fixer〉的開發相關工作。

參與者

將〈Search Fixer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0

  • Search links to multi-word searches now work. For example, a search link for “hello world” will find posts that contain those two words anywhere in the post.

1.0

  • Internal version, not publicly released.
  • Search links function correctly, but multi-word searches do not work. For example, a search link for “hello world” will only find posts that contain that exact phrase.