You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ At the moment this is not searched for anymore with this plugin. Maybe I can spe
26
26
27
27
This plugin just wants to solve this particular problem without too much overhead. If you need more customizations to your search, then please have a look at [Relevanssi](https://wordpress.org/plugins/relevanssi/) or [Better Search](https://wordpress.org/plugins/better-search/).
28
28
29
-
It is building up an index from your content and is therefore solving the underlying issue in another way with much more ways to customize it. And it will be even faster.
29
+
These plugins are building up an index from your content and are therefore solving the underlying issue in another way with much more ways to customize it. And they will be even faster.
Copy file name to clipboardExpand all lines: readme.txt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This plugin modifies the native wordpress search function to ignore block names
16
16
17
17
With this plugin activated the unexpected search results are fixed which are reported in [#3739](https://github.com/WordPress/gutenberg/issues/3739) and in [#56294](https://core.trac.wordpress.org/ticket/56294)
18
18
19
+
**Works only for MySQL 8.0.4+ and MariaDB 10.0.5+**
20
+
19
21
== Installation ==
20
22
21
23
1. Upload the zip file from this plugin on your plugins page or search for `Ignore block name in search` and install it directly from the plugin directory
@@ -30,11 +32,15 @@ This plugin has no settings page, it modifies the internal search to ignore HTML
30
32
31
33
Imagine a development blog using a syntaxhighlighting block. If you search on this blog to find posts with the term "syntaxhighlighting" you will get every post with code and not only those post which are really about syntax highlighting.
32
34
35
+
= What about the alt/title attribute? =
36
+
37
+
At the moment this is not searched for anymore with this plugin. Maybe I can specifically allow this in a future version of the plugin.
38
+
33
39
= I need more features! =
34
40
35
-
This plugin just wants to solve this particular problem without too much overhead. If you need more customizations to your search, then please have a look at [Relevanssi](https://wordpress.org/plugins/relevanssi/).
41
+
This plugin just wants to solve this particular problem without too much overhead. If you need more customizations to your search, then please have a look at [Relevanssi](https://wordpress.org/plugins/relevanssi/) or [Better Search](https://wordpress.org/plugins/better-search/).
36
42
37
-
It is building up an index from your content and is therefore solving the underlying issue in another way with much more ways to customize it. And it will be even faster.
43
+
These plugins are building up an index from your content and are therefore solving the underlying issue in another way with much more ways to customize it. And they will be even faster.
0 commit comments