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

Better User Search

外掛說明

Better User Search is a must have plugin if you’re running WooCommerce. Without it, you’re stuck trying to remember every
customer’s username.

Better User Search is used to improve the user search functionality in the admin/backend.

WordPress by default only allows you to search for users by username/nicename. Using Better User Search, you will be able
to search by first name, last name, email address and any custom user meta field that already exists in the user meta table.

On top of that, there is an “OR” feature provided. Just include the word “or” (case-insensitive) in your search query
and the plugin will search for any user that matches at least 1 of the search terms.

“OR” Search Example:
Let’s find all WooCommerce customers in Texas or Florida. To do this, first make sure that billing_state and shipping_state
are setup in the Better User Search settings. Now head to the Users page and type “TX or FL” into the search field.

It really is that simple!
Special characters like quotes are escaped, problems with the query may appear when trying to search for other non-alphanumeric characters.

螢幕擷圖

  • Settings page (Settings > User Search )
  • Users page

安裝方式

  1. Upload the better-user-search folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit ‘Settings > User Search’ and adjust your configuration.

常見問題集

What is the answer to life, the universe and everything?

42

使用者評論

2022 年 10 月 5 日
I'm using this in the latest WordPress to allow searching ACF data in the User admin list and it's working great.
2018 年 12 月 31 日
Works great. Need update since I can't search this on plugin install page. I had to search by author name.
2018 年 3 月 30 日
Works fine with latest WP, should be part of core WP!!! as only searching by username/id is pathetic, don't know how we did without it
閱讀全部 15 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.1.1

  • Fix: PHP notices – thanks @SooBahkDo
  • Notes: Added WordPress 4.4.2 compatibility

1.1.0

  • Feature: Auto detect WooCommerce for default searchable meta keys
  • Fix: Bug when using “or” keyword multiple times in search query
  • Fix: PHP error for “get_current_screen” when updating to 1.0.5 – thanks @mqfell
  • Fix: Cleanup leftover plugin data when uninstalling

1.0.5

  • Feature: Better searching for WooCommerce customers on the orders page

1.0.4

  • Improvement: Optimized MySQL query when populating the plugin’s searchable meta keys table

1.0.3

  • Fix: Now compatible with “Admin Columns Pro” plugin – thanks @mqfell

1.0.2

  • Fix: Optimized search algorithm to be faster
  • Fix: MySQL collation error when using WordPress 4.2 or later

1.0.1

  • Fix: MySQL error when wp_users and wp_usermeta tables had mismatched collations

1.0

  • Just getting started…