forked from juliantroeps/search-everything-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
187 lines (131 loc) · 5.71 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
=== Plugin Name ===
Contributors: juliantroeps, sovrn, zemanta
Tags: search, search highlight, tag search, category search, category exclusion, comment search, page search, admin, seo, post filter, research
Requires at least: 3.6
Tested up to: 5.4.2
Stable tag: 8.2.1
Search Everything increases WordPress' default search functionality in three easy steps.
== Update ==
From Jan 24, 2014 Search Everything originaly developed by dancameron, sproutventure will be maintained and developed further by Zemanta.
== Description ==
Search Everything improves WordPress default search functionality without modifying any of the template pages. You can configure it to search pages, excerpts, attachments, drafts, comments, tags and custom fields (metadata) and you can specify your own search highlight style. It also offers the ability to exclude specific pages and posts. It does not search password-protected content. Simply install, configure... and search.
Search Everything plugin now includes a writing helper called Research Everything that lets you search for your posts and link to them while writing. You can also enable Power Search to research posts from the wider web (for WP3.7 and above).
= Better WordPress search in three steps =
* Activate
* Configure options
* Search!
= What it does =
Search Everything increases the ability of the default Wordpress Search, options include:
* Search Highlighting
* Search Every Page
* Search Every Tag
* Search Custom Taxonomies ( new )
* Search Every Category
* Search non-password protected pages only
* Search Every Comment
* Search only approved comments
* Search Every Draft
* Search Every Excerpt
* Search Every Attachment (post type, not the content itself - check FAQ)
* Search Every Custom Field (metadata)
* Exclude Posts from search
* Exclude Categories from search
== Installation ==
Installation Instructions:
1. Download the plugin and unzip it.
2. Put the 'search-everything' directory into your wp-content/plugins/ directory.
3. Go to the Plugins page in your WordPress Administration area and click 'Activate' next to Search Everything.
4. Go to the Settings > Search Everything and configure it.
5. That's it. Enjoy searching.
== Terms of Service ==
The plugin source code is released under GPLv2. Usage of our service is governed by [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
== Frequently Asked Questions ==
= It doesn't search in my PDF/Word/Excel attachments =
We know, this is not a bug. It's not that easy to search through binary files.
Anyway, if there's a will, there's a way. Just ask us for a workaround and we'll gladly help.
= It doesn't work =
Read the installation guide.
= It *still* doesn't work =
Please open a new support topic at our [Support page](http://wordpress.org/support/plugin/search-everything)
= I don't get any results in research tool =
Are you using WordPress 3.6? Sorry, but research tool requires at least version 3.7.
= What Translations are included? =
Note: We changed some labels in settings, old translations might not work and need to be updated.
* Arabic
* Belarusian
* China / Chinese
* Czech
* Dutch
* French
* German
* Hungarian
* Italian
* Japanese
* Korean
* Latvian
* Norwegian (Bokmål)
* Norwegian (Nynorsk)
* Romanian
* Russian
* Spanish
* Swedish
* Turkish
* Taiwan / Chinese
= What about Terms of Service and Privacy policy? =
Before using the plugin please read the full version of [Zemanta Terms of Service](http://www.zemanta.com/legal/terms-of-service/) and [Zemanta Privacy Policy](http://www.zemanta.com/legal/privacy/).
== Screenshots ==
1. Screenshot of the options panel
2. Screenshot of the writing helper Research Everything
3. Screenshot of a post with search results from the Research Everything writing helper
== Changelog ==
= 8.2.1 =
* This fixes a problem where $terms with no elements led to broken SQL code. This is the case in a wordpress installation with woocommerce plugin installed. Searching for orders led to broken SQL code because apparently the $terms array contains no elements in this case.
= 8.2 =
* Removed external search because Zemata API doesn't seem to be available anymore which caused a fatal error on post publish
= 8.1.10 =
* Fixed an error when deprectaed function create_function() is called
= 8.1.9 =
* Fixed a search issue that caused all results to be returned regardless of the options.
= 8.1.8 =
* Fixed a migration/update issue
= 8.1.7 =
* Compatibility with WordPress 4.7
* Security update: resolve SQL injection vunerability related to WP 4.7
= 8.1.6 =
* Security update: filtering out empty search strings that could enable sql injections
= 8.1.5 =
* Compatibility with PHP 7
* Bypassing highlighting in dashboard searches
= 8.1.4 =
* Removed unnecessary styles on frontend
* Fixed php notice showing up sometimes
* Czech language added
= 8.1.3 =
* Support for multitag search
= 8.1.2 =
* CSS bugfix
= 8.1.1 =
* Security update (CSRF vunerability fix)
* Added form validation to Options page
= 8.1 =
* Fixed link search bug
* Fixed bug of limiting number of results in Research Everything
* Improved code robustness
* Fixed translation system
* Fixed upgrade bug
* Renamed methods with too generic names
* Fixed admin notices - they're only visible to admins now
= 8.0 =
* Added research widget on compose screen
* Reorganized settings
* Security updates
= 7.0.4 =
* Urgent bugfix - changed migration script
= 7.0.3 =
* Fixed vulnerability issue in se_search_default and started escaping terms
* Refactored code, extracted html from PHP code
* Added support for ajax call
= 7.0.2 =
* Added config file with installation and migration functions
* Refactored code, removed Yes options
* Replaced deprecated functions