Skip to content

Commit 634419a

Browse files
committed
Prepare 1.2.0 release readme
1 parent 71601c1 commit 634419a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At the moment this is not searched for anymore with this plugin. Maybe I can spe
2626

2727
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/).
2828

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

3131
### Can I help you?
3232

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This plugin modifies the native wordpress search function to ignore block names
1616

1717
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)
1818

19+
**Works only for MySQL 8.0.4+ and MariaDB 10.0.5+**
20+
1921
== Installation ==
2022

2123
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
3032

3133
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.
3234

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+
3339
= I need more features! =
3440

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/).
3642

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

3945
= Can I help you? =
4046

0 commit comments

Comments
 (0)