Descrição
Este plugin modifica a função nativa de pesquisa do WordPress para ignorar nomes de blocos nos conteúdos de artigos e páginas.
With this plugin activated the unexpected search results are fixed which are reported in #3739 and in #56294
Instalação
- Carregue o ficheiro zip deste plugin na sua página de plugins ou pesquise por
Ignore block name in search
e instale-o directamente a partir do directório de plugins - Active o plugin no menu Plugins do WordPress
- Concluído!
Perguntas frequentes
-
Não vejo quaisquer alterações.
-
Este plugin não tem qualquer página de opções, apenas modifica a pesquisa interna para ignorar comentários HTML na notação do conteúdo.
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.
-
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.
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.
-
Posso ajudá-lo?
-
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!
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“Ignore block name in search” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
Contribuidores“Ignore block name in search” foi traduzido para 2 locales. Obrigado aos tradutores pelas suas contribuições.
Traduza o “Ignore block name in search” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
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
- Lançamento inicial