Descripción
Relevanssi reemplaza la búsqueda estándar de WordPress con un mejor motor de búsqueda, con muchas características y opciones configurables. Obtendrás mejores resultados, mejor presentación de resultados: tus usuarios te lo agradecerán.
Esta es la versión gratuita de Relevanssi. También está Relevanssi Premium, que tiene características adicionales. Para obtener más información sobre Premium, visita Relevanssi.com.
Do note that using Relevanssi may require large amounts (hundreds of megabytes) of database space (for a reasonable estimate, multiply the size of your wp_posts
database table by three). If your hosting setup has a limited amount of space for database tables, using Relevanssi may cause problems. In those cases use of Relevanssi cannot be recommended.
Características clave
- Resultados de búsqueda ordenados por orden de relevancia, no por fecha.
- Fuzzy matching: match partial words, if complete words don’t match.
- Encuentra documentos que coincidan con un solo término de búsqueda (consulta OR) o requiere que aparezcan todas las palabras (consulta AND).
- Busca frases con comillas, por ejemplo, «frase de búsqueda».
- Create custom excerpts that show where the hit was made, with the search terms highlighted.
- Resalta los términos de búsqueda en los documentos cuando el usuario haga clic en los resultados de búsqueda.
- Buscar comentarios, etiquetas, categorías y campos personalizados.
- Multisite friendly.
- Compatible con bbPress.
- Gutenberg friendly.
Características avanzadas
- Adjust the weighting for titles, tags and comments.
- Registra consultas, muestra las consultas más populares y las consultas recientes sin resultados.
- Restringe las búsquedas a categorías y etiquetas usando una variable oculta o ajustes del plugin.
- Index custom post types and custom taxonomies.
- Indexa el contenido de shortcodes.
- Google-style «Did you mean?» suggestions based on successful user searches.
- Compatible con el plugin WPML multilingüe y Polylang.
- Compatibile con los plugins s2member membership, Members, Groups, Simple Membership y otros plugins de membresía.
- Filtrado avanzado para ayudar a alterar los resultados de búsqueda de la manera que desees.
- Aceleración de resultados de búsqueda para mejorar el rendimiento en grandes bases de datos.
- Desactiva la indexación del contenido y los títulos de las entradas con un simple enlace de filtro.
Premium features (only in Relevanssi Premium)
- Indexación de contenido adjunto (PDF, Office, Open Office).
- Improved spelling correction in «Did you mean?» suggestions.
- Búsqueda en múltiples sitios en la misma instalación multisitio.
- Buscar e indexar perfiles de usuario.
- Buscar e indexar páginas de términos de taxonomía (categorías, etiquetas, taxonomías personalizadas).
- Buscar e indexar columnas arbitrarias en la tabla wp_posts MySQL.
- Assign weights to any post types and taxonomies.
- Asignar peso extra a las nuevas entradas.
- Deja que el usuario elija entre búsquedas AND y OR, utiliza el operador + y – (AND y NOT).
- Exportar e importar ajustes.
- Comandos de WP CLI .
- Related posts.
- Redirects for searches.
Gracias
- Cristian Damm for tag indexing, comment indexing, post/page exclusion and general helpfulness.
- Marcus Dalgren for UTF-8 fixing.
- Warren Tape for 2.5.5 fixes.
- Mohib Ebrahim for relentless bug hunting.
- John Calahan for extensive 4.0 beta testing.
Capturas
Instalación
- Instala el plugin desde la pantalla de plugins de WordPress.
- Activa el plugin.
- Ve a la página de ajustes del plugin y crea el índice siguiendo las instrucciones allí.
- ¡Eso es!
Relevanssi usa el formulario de búsqueda estándar y generalmente no necesita ningún cambio en la plantilla de resultados de búsqueda.
Si la búsqueda no produce ningún resultado, tu tema probablemente tenga una llamada query_posts() en la plantilla de resultados de búsqueda. Eso arroja fuera a Relevanssi. Para obtener más información, consulta el truco de depuración Relevanssi más importante .
Desinstalar
Para desinstalar el plugin, elimínalo utilizando las herramientas normales de administración de plugins de WordPress (desde la página plugins, primero desactivar, luego eliminar). Si eliminas los archivos del plugin manualmente, las tablas y opciones de la base de datos permanecerán.
FAQ
-
Base de conocimiento
-
You can find solutions and answers at the Relevanssi Knowledge Base.
-
Ayuda contextual
-
Las respuestas a muchos problemas comunes se pueden encontrar en el menú contextual. Simplemente haz clic en «Ayuda» en la esquina superior derecha de tu panel de administración de WordPress en la página de ajustes de Relevanssi.
-
Relevanssi no funciona
-
Si los resultados no cambian después de instalar y activar Relevanssi, la razón más probable es que tengas una llamada a
query_posts()
en tu plantilla de resultados de búsqueda. Esto confunde a Relevanssi. Intenta eliminar la llamadaquery_posts()
y verás qué sucede. -
Searching for words with ampersands or hyphens doesn’t work
-
Por favor, lee No se pueden encontrar palabras con puntuación . Esta es una característica de Relevanssi, pero puedes solucionarlo desde los ajustes de indexación de Relevanssi.
-
¿Dónde están los registros de búsqueda de usuarios?
-
Mira la parte superior del menú de administración. Ahí está «Búsquedas de usuarios».
-
Displaying the relevance score
-
Relevanssi almacena la puntuación de relevancia que utiliza para ordenar los resultados en la variable $post. Solo añade algo como
echo $post->relevance_score
a tu plantilla de resultados de búsqueda dentro de un bloque de código PHP para mostrar la puntuación de relevancia.
-
¿Querías decir? sugerencias
-
Relevanssi ofrece sugerencias al estilo de Google «¿Quisiste decir?» Consulta sugerencias «Quisiste decir» en la base de conocimiento para obtener más detalles.
-
What is tf * idf weighing?
-
Es el esquema de peso básico utilizado en la recuperación de información. Tf significa frecuencia de término, mientras que idf es frecuencia de documento invertida . La frecuencia del término es simplemente el número de veces que el término aparece en un documento, mientras que la frecuencia del documento es el número de documentos en la base de datos donde aparece el término.
Por lo tanto, el peso de la palabra para un documento aumenta cuanto más a menudo aparece en el documento y menos a menudo aparece en otros documentos.
-
¿Qué son las palabras irrelevantes?
-
Cada base de datos de documentos está llena de palabras inútiles. Todas las pequeñas palabras que aparecen en casi todos los documentos son completamente inútiles para fines de recuperación de información. Básicamente, su frecuencia de documento invertida es realmente baja, por lo que nunca tienen mucha potencia en la coincidencia. Además, eliminar esas palabras ayuda a reducir el índice y a buscar más rápido.
Reseñas
Colaboradores y desarrolladores
«Relevanssi – A Better Search» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Relevanssi – A Better Search» ha sido traducido a 12 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Relevanssi – A Better Search» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
4.18.3
- New feature: New filter hook
relevanssi_blocked_field_types
can be used to control which ACF field types are excluded from the index. By default, this includes ‘repeater’, ‘flexible_content’, and ‘group’. - New feature: New filter hook
relevanssi_acf_field_object
can be used to filter the ACF field object before Relevanssi indexes it. Return false to have Relevanssi ignore the field type. - New feature: Relevanssi debug mode has more features now.
- Minor fix: ACF field exclusion is now recursive. If a parent field is excluded, all sub fields will also be excluded.
- Minor fix: Handling of data attributes in in-document highlighting had a bug that caused problems with third-party plugins.
- Minor fix: The indexing settings tab now checks if the wp_relevanssi database table exists and will create the table if it doesn’t.
4.18.2
- New feature: Relevanssi now has a debug mode that will help troubleshooting and support.
- Minor fix: Using the_permalink() caused problems with search result links. That is now fixed. Relevanssi no longer hooks onto
the_permalink
hook and instead usespost_link
and other similar hooks.
4.18.1
- New feature: New filter hook
relevanssi_add_highlight_and_tracking
can be used to force Relevanssi to add thehighlight
and tracking parameters to permalinks. - Changed behaviour: The ‘relevanssi_wpml_filter’ filter function now runs on priority 9 instead of 10 to avoid problems with custom filters on relevanssi_hits_filter.
- Minor fix: Handle cases of missing posts better; relevanssi_get_post() now returns a WP_Error if no post is found.
- Minor fix: Search queries that contain apostrophes and quotes can now be deleted from the log.
- Minor fix: Avoid a slow query on the searching tab when the throttle is not enabled.
4.18.0
- New feature: Relevanssi now shows the MySQL
max_allowed_packet
size on the debug tab. - New feature: Relevanssi now shows the indexing query on the debug tab.
- New feature: ACF field settings now include a ‘Exclude from Relevanssi index’ setting. You can use that to exclude ACF fields from the Relevanssi index.
- Minor fix: Relevanssi was adding extra quotes around search terms in the
highlight
parameter. - Minor fix: Yet another update to data attributes in highlighting. Thanks to Faeddur.
- Minor fix: Taxonomy query handling was improved. This should help in particular Polylang users who’ve had problems with Relevanssi ignoring Polylang language restrictions.
4.17.1
- Minor fix: WooCommerce layered navigation compatibility caused enough problems that I’ve disabled it by default. You can enable it with
add_filter( 'woocommerce_get_filtered_term_product_counts_query', 'relevanssi_filtered_term_product_counts_query' );
. - Minor fix: Data attribute handling for in-document highlighting is now better.
4.17.0
- New feature: You can now look at how the posts appear in the database from the Debugging tab.
- New feature: Relevanssi now works with WooCommerce layered navigation filters. The filter post counts should now match the Relevanssi search results.
- New feature: New function
relevanssi_count_term_occurrances()
can be used to display how many times search terms appear in the database. - Changed behaviour: Relevanssi post update trigger is now on
wp_after_insert_post
instead ofwp_insert_post
. This makes the indexing more reliable and better compatible with other plugins. - Changed behaviour: Previously, throttling searches has been impossible when results are sorted by date. Now if you set Relevanssi to sort by post date from the searching settings, you can enable the throttle and the throttling will make sure to keep the most recent posts. This does not work if you set the
orderby
topost_date
elsewhere. - Minor fix: Prevents Relevanssi from interfering in fringe cases (including The Event Calendar event search).
- Minor fix: Relevanssi added the
highlight
parameter to home page URLs, even though it shouldn’t. - Minor fix: Indexing
nav_menu_item
posts is stopped earlier in the process to avoid problems with big menus. - Minor fix: If the
sentence
query variable is used to enable phrase searching, Relevanssi now adds quotes to thehighlight
parameter. - Minor fix: Add support for JetSmartFilters.
- Minor fix: Add support for WooCommerce products attribute lookup table filtering.
- Minor fix: Improve excerpts to avoid breaking HTML tags when tags are allowed.
- Minor fix: Fix broken tag and category weight settings.
- Minor fix: Improve Polylang language detection.
- Minor fix: Relevanssi now hyphenates long search terms in the User searches page. This prevents long search terms from messing up the display.
- Minor fix: Improve WPFD file content indexing support. Relevanssi indexing now happens after the WPFD indexing is done.
- Minor fix: Add support for TablePress
table_filter
shortcodes. - Minor fix: Stopped some problems with Did you mean suggestions suggesting the same word if a hyphen was included.
- Minor fix: Paging didn’t work in admin searches for hierarchical post types (like pages).
- Minor fix: In-document highlighting could break certain elements thanks to Relevanssi messing up data attributes.
- Minor fix: Relevanssi now recursively runs
relevanssi_block_to_render
and the CSSrelevanssi_noindex
filtering for inner blocks.
4.16.0
- New feature: Oxygen compatibility has been upgraded to support JSON data from Oxygen 4. This is still in early stages, so feedback from Oxygen users is welcome.
- New feature: New filter hook
relevanssi_oxygen_element
is used to filter Oxygen JSON elements. The earlierrelevanssi_oxygen_section_filters
andrelevanssi_oxygen_section_content
filters are no longer used with Oxygen 4; this hook is the only way to filter Oxygen elements. - Changed behaviour: Relevanssi now applies
remove_accents()
to all strings. This is because default database collations do not care for accents and having accents may cause missing information in indexing. If you use a database collation that doesn’t ignore accents, make sure you disable this filter. - Minor fix: Relevanssi used
the_category
filter with too few parameters. The missing parameters have been added. - Minor fix: Stops drafts and pending posts from showing up in Relevanssi Live Ajax Searches.
- Minor fix: Phrases weren’t used in some cases where a multiple-word phrase looked like a single-word phrase.
- Minor fix: Prevents fatal errors from
relevanssi_strip_all_tags()
.