Skip to content

Commit 71601c1

Browse files
committed
Update readme for 1.2.0 release
1 parent 6aca6fa commit 71601c1

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Ignore block name in search
1+
# Ignore HTML and shortcodes in search
22

3-
Modifies the native search to ignore block editor comments and HTML markup
3+
Modifies the native search to ignore HTML markup (block editor comments) and shortcodes
44

55
## Why?
66

7-
This plugin modifies the native wordpress search function to ignore block names in post and page content.
7+
This plugin modifies the native wordpress search feature to ignore HTML markup (like block names) and shortcodes in your content.
88

99
With this plugin activated the unexpected search results are fixed which are reported in [#3739](WordPress/gutenberg#3739) and in [#56294](https://core.trac.wordpress.org/ticket/56294)
1010

11+
**Works only for MySQL 8.0.4+ and MariaDB 10.0.5+**
12+
1113
## Frequently Asked Questions
1214

1315
### I don't see any changes.
@@ -16,9 +18,13 @@ This plugin has no settings page, it modifies the internal search to ignore HTML
1618

1719
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.
1820

21+
### What about the alt/title attribute?
22+
23+
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.
24+
1925
### I need more features!
2026

21-
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/).
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/).
2228

2329
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.
2430

@@ -34,6 +40,11 @@ Props for helping to fix this go to [espiat](https://profiles.wordpress.org/espi
3440

3541
## Changelog
3642

43+
### 1.2.0
44+
* Fixed broken search for title and excerpt
45+
* Ignore shortcodes additionally to markup
46+
* Rename plugin
47+
3748
### 1.1.1
3849

3950
* Added back link to error message, if REGEXP_REPLACE is not supported

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ n/a
5151

5252
== Changelog ==
5353

54-
= 1.1.2 =
54+
= 1.2.0 =
5555
* Fixed broken search for title and excerpt
5656
* Ignore shortcodes additionally to markup
5757
* Rename plugin

0 commit comments

Comments
 (0)