Title: Smart Admin Search
Author: Andrea Porotti
Published: <strong>ಡಿಸೆಂಬರ್ 31, 2020</strong>
Last modified: ಜನವರಿ 3, 2026

---

Search plugins

![](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)

 * [Details](https://kn.wordpress.org/plugins/smart-admin-search/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/smart-admin-search/#reviews)
 *  [Installation](https://kn.wordpress.org/plugins/smart-admin-search/#installation)
 * [Development](https://kn.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.

## Screenshots

 * [[
 * The link on the admin bar to open the search box.
 * [[
 * The empty search box.
 * [[
 * The search box showing some results.
 * [[
 * The keyboard shortcut to open the search box can be configured in the settings
   page.

## Installation

**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.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## Contributors & Developers

“Smart Admin Search” is open source software. The following people have contributed
to this plugin.

ಕೊಡುಗೆದಾರರು

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

“Smart Admin Search” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search/contributors)
for their contributions.

[Translate “Smart Admin Search” into your language.](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/smart-admin-search/),
check out the [SVN repository](https://plugins.svn.wordpress.org/smart-admin-search/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/smart-admin-search/)
by [RSS](https://plugins.trac.wordpress.org/log/smart-admin-search/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

**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.

## ಮೆಟಾ

 *  Version **1.5.1**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **3 ತಿಂಗಳುಗಳು ರ ಮುನ್ನ**
 *  Active installations **30+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 5.6 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/smart-admin-search/) ಮತ್ತು [Italian](https://it.wordpress.org/plugins/smart-admin-search/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/smart-admin-search)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [admin](https://kn.wordpress.org/plugins/tags/admin/)[dashboard](https://kn.wordpress.org/plugins/tags/dashboard/)
   [search](https://kn.wordpress.org/plugins/tags/search/)
 *  [Advanced View](https://kn.wordpress.org/plugins/smart-admin-search/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/smart-admin-search/reviews/)

## ಕೊಡುಗೆದಾರರು

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

## ‍ಬೆಂಬಲಿಸಿ

Got something to say? Need help?

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