-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
146 lines (99 loc) · 4.57 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
=== Smart Admin Search ===
Contributors: andreaporotti
Tags: search, admin, dashboard
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 5.6
Stable tag: 1.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin adds a search engine to the WordPress dashboard.
== Description ==
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.
== 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.
== Screenshots ==
1. The link on the admin bar to open the search box.
2. The empty search box.
3. The search box showing some results.
4. The keyboard shortcut to open the search box can be configured in the settings page.
== 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.