このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Ignore HTML and shortcodes in search

説明

This plugin modifies the native wordpress search function to ignore block names in post and page content.

With this plugin activated the unexpected search results are fixed which are reported in #3739 and in #56294

Works only for MySQL 8.0.4+ and MariaDB 10.0.5+

インストール

  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
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Done!

FAQ

I don’t see any changes.

This plugin has no settings page, it modifies the internal search to ignore HTML comments in the post markup.

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.

What about the alt/title attribute?

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.

I need more features!

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 or Better Search.

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.

Can I help you?

Thanks for asking! Yes, I’m very interested in edge cases and incompatibilities (other plugins or server configurations).
Please report on the Github page.

Thanks

Props for helping to fix this go to espiat, l1nuxjedi, mustafauysal, ravishaheshan, and websupporter!

評価

このプラグインにはレビューがありません。

貢献者と開発者

Ignore HTML and shortcodes in search はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Ignore HTML and shortcodes in search” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Ignore HTML and shortcodes in search” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2.0

  • Fixed broken search for title and excerpt
  • Ignore shortcodes additionally to markup
  • Rename plugin

1.1.1

  • Added back link to error message, if REGEXP_REPLACE is not supported
  • Fixed some typos

1.1.0

  • Changed approach to remove the markup (now requires MySQL 8.0.4+ or MariaDB 10.0.5+)

1.0.0

  • Initial release