Title: Smart Admin Search
Author: Andrea Porotti
Published: <strong>2020 年 12 月 31 日</strong>
Last modified: 2026 年 1 月 3 日

---

搜索插件

![](https://ps.w.org/smart-admin-search/assets/banner-772x250.png?rev=2448571)

![](https://ps.w.org/smart-admin-search/assets/icon.svg?rev=2448571)

# Smart Admin Search

 作者：[Andrea Porotti](https://profiles.wordpress.org/andreaporotti/)

[下载](https://downloads.wordpress.org/plugin/smart-admin-search.1.5.1.zip)

 * [详情](https://cn.wordpress.org/plugins/smart-admin-search/#description)
 * [评价](https://cn.wordpress.org/plugins/smart-admin-search/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/smart-admin-search/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/smart-admin-search/#developers)

 [支持](https://wordpress.org/support/plugin/smart-admin-search/)

## 描述

With Smart Admin Search you can quickly find contents in the WordPress dashboard
without going up and down on the admin menu.

Just click on the top-right link or press a keyboard shortcut to open the search
box, then type what you are looking for. Easy!

Currently Smart Admin Search can find:

 * admin menu items
 * posts
 * pages
 * users
 * media
 * custom post types contents

**Configuration**

Settings for the plugin are available on the _Settings_ -> _Smart Admin Search_ 
page.

Some things you can do in the settings page:

 * configure the keyboard shortcut to open the search box.
 * disable search functions you don’t need.
 * change layout of the search link on the admin bar

**Permissions**

The search box can be used by users of any role. Each user will get results available
for the assigned role.

For pages and posts results, these actions will be triggered on result selection,
according to the user permissions:

 * edit item
 * view item
 * show a message if no access to the item is allowed

**Support**

If you find any errors or compatibility issues with other plugins, please create
a new topic in the support forum. Thanks!

**Privacy**

This plugin does not collect any user data.
 It does not set any cookies and it 
does not connect to any third-party services. All the plugin data is stored only
on the WordPress database.

## 屏幕截图

[⌊The link on the admin bar to open the search box.⌉⌊The link on the admin bar to
open the search box.⌉[

The link on the admin bar to open the search box.

[⌊The empty search box.⌉⌊The empty search box.⌉[

The empty search box.

[⌊The search box showing some results.⌉⌊The search box showing some results.⌉[

The search box showing some results.

[⌊The keyboard shortcut to open the search box can be configured in the settings
page.⌉⌊The keyboard shortcut to open the search box can be configured in the settings
page.⌉[

The keyboard shortcut to open the search box can be configured in the settings page.

## 安装

**Installing (from the dashboard)**

 1. Go to the _Plugins_ -> _Add New_ page.
 2. Type the plugin name in the _Search plugins_ field.
 3. Click the _Install now_ button on the correct search result.
 4. Click the _Activate_ button.

**Installing (manually)**

 1. Download the plugin zip file.
 2. Go to _Plugins_ -> _Add New_ in the WordPress dashboard.
 3. Click on the _Upload Plugin_ button.
 4. Browse for the plugin zip file and click on _Install Now_.
 5. Activate the plugin.

**Uninstalling**

 1. Go to the _Plugins_ page in the WordPress dashboard.
 2. Look for the plugin in the list.
 3. Click on _Deactivate_.
 4. Click on _Delete_.

Please note: by default the plugin data is kept after uninstall. You can choose 
to delete all data going to _Settings_ -> _Smart Admin Search_ and enabling data
removal on uninstall.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Smart Admin Search」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Andrea Porotti ](https://profiles.wordpress.org/andreaporotti/)

「Smart Admin Search」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search/contributors)
为本插件所做的贡献。

[帮助将「Smart Admin Search」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/smart-admin-search/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/smart-admin-search/)，或通过[RSS](https://plugins.trac.wordpress.org/log/smart-admin-search/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/smart-admin-search/)。

## 更新日志

**1.5.1 [2024-07-14]**

 * Tested on WordPress 6.6.
 * Fixed admin bar position on WordPress 6.6.

**1.5.0 [2023-09-15]**

 * Added a notice after plugin activation to suggest visiting plugin settings and
   choose a keyboard shortcut.
 * Small changes to the search field appearance.
 * Tested on WordPress 6.3.

**1.4.1 [2023-04-10]**

 * Fixed a bug in the search when the site has no custom post types.
 * Tested on WordPress 6.2.
 * Tested on PHP 8.0.

**1.4.0 [2022-10-16]**

 * Added search for custom post types contents. I cannot assure this will work for
   all existing plugins, so please let me know if you have any problems in the support
   forum.
 * In the plugin settings, clicking the keyboard shortcut “Clear” button will clear
   the option value AND set the focus on the textbox.
 * Tested on WordPress 6.1.

**1.3.0 [2022-01-01]**

 * Added search for Media with image preview.
 * Added an option to display the url of each result, which was always visible. 
   Starting with this version, the url is hidden by default.
 * For pages and posts results, these actions will be triggered on result selection,
   according to the user permissions: “edit item” or “view item” or “show a message
   if no access to the item is allowed”.
 * Small changes to the results style.

**1.2.0 [2021-12-17]**

 * Added search for Users.
 * Added an option to choose layout of the search link on the admin bar.
 * Changed default layout of the search link on the admin bar (moved icon to the
   right like the user menu).
 * Fixed a bug preventing auto focus on the search field.
 * Tested on WordPress 5.9.

**1.1.1 [2021-07-18]**

 * Tested with WordPress 5.8.
 * Fixed a bug with jQuery 3.6.0 and Select2 preventing auto focus on the search
   field.
 * Changed style of the search field close icon.
 * Updated IT translations.

**1.1.0 [2021-04-05]**

 * Added search for Posts.
 * Added search for Pages.
 * Tested with PHP 8.0.x.

**1.0.0 [2020-12-31]**

 * First release.

## 额外信息

 *  版本 **1.5.1**
 *  最后更新：**5 月前**
 *  活跃安装数量 **30+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/smart-admin-search/) 和 [Italian](https://it.wordpress.org/plugins/smart-admin-search/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[dashboard](https://cn.wordpress.org/plugins/tags/dashboard/)
   [search](https://cn.wordpress.org/plugins/tags/search/)
 *  [高级视图](https://cn.wordpress.org/plugins/smart-admin-search/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/smart-admin-search/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/smart-admin-search/reviews/)

## 贡献者

 *   [ Andrea Porotti ](https://profiles.wordpress.org/andreaporotti/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/smart-admin-search/)