Descrizione
Relevanssi sostituisce la ricerca standard di WordPress con un motore di ricerca migliore, con molte funzionalità e opzioni configurabili. Otterrai risultati migliori, una migliore presentazione dei risultati – i tuoi utenti ti ringrazieranno.
Questa è la versione gratuita di Relevanssi. C’è anche Relevanssi Premium, che ha altre funzionalità. Per ulteriori informazioni su Premium, vedi Relevanssi.com.
Tieni presente che l’utilizzo di Relevanssi potrebbe richiedere grandi quantità (centinaia di megabyte) di spazio nel database (per una stima ragionevole, moltiplica la dimensione della tabella wp_posts
del database per tre). Se la configurazione dell’hosting ha una quantità limitata di spazio per le tabelle del database, l’utilizzo di Relevanssi potrebbe causare problemi. In questi casi l’uso di Relevanssi non può essere raccomandato.
Key features
- Search results sorted in the order of relevance, not by date.
- Fuzzy matching: match partial words, if complete words don’t match.
- Find documents matching either just one search term (OR query) or require all words to appear (AND query).
- Search for phrases with quotes, for example “search phrase”.
- Create custom excerpts that show where the hit was made, with the search terms highlighted.
- Highlight search terms in the documents when user clicks through search results.
- Search comments, tags, categories and custom fields.
- Compatibile con il multisito.
- supporto bbPress.
- Adatto a Gutenberg.
Advanced features
- Adjust the weighting for titles, tags and comments.
- Log queries, show most popular queries and recent queries with no hits.
- Restrict searches to categories and tags using a hidden variable or plugin settings.
- Index custom post types and custom taxonomies.
- Index the contents of shortcodes.
- Google-style “Did you mean?” suggestions based on successful user searches.
- Compatibile con i plugin WPML multi-language e Polylang.
- Compatibile con i plugin s2member membership, Members, Groups, Simple Membership e altri plugin per membri.
- Advanced filtering to help hacking the search results the way you want.
- Search result throttling to improve performance on large databases.
- Disable indexing of post content and post titles with a simple filter hook.
Premium features (only in Relevanssi Premium)
- Indicizzazione del contenuto degli allegati (PDF, Office, Open Office).
- Improved spelling correction in “Did you mean?” suggestions.
- Ricerca in più siti nella stessa installazione multisito.
- Search and index user profiles.
- Search and index taxonomy term pages (categories, tags, custom taxonomies).
- Search and index arbitrary columns in wp_posts MySQL table.
- Assign weights to any post types and taxonomies.
- Assign extra weight to new posts.
- Let the user choose between AND and OR searches, use + and – operator (AND and NOT).
- Export and import settings.
- comandi WP CLI.
- Articoli correlati.
- Redirects for searches.
Grazie a
- Cristian Damm per l’indicizzazione dei tag, l’indicizzazione dei commenti, l’esclusione di articoli/pagine e la generale disponibilità.
- Marcus Dalgren per la correzione UTF-8.
- Warren Tape per le correzioni alla 2.5.5.
- Mohib Ebrahim per la caccia implacabile ai bug.
- John Calahan per un ampio beta testing della 4.0.
Screenshot
Installazione
- Installa il plugin dalla schermata dei plugin di WordPress.
- Attiva il plugin.
- Vai alla pagina delle impostazioni del plugin e crea l’indice seguendo le istruzioni.
- Ecco fatto!
Relevanssi utilizza il modulo di ricerca standard e di solito non necessita di modifiche al template dei risultati di ricerca.
Se la ricerca non porta alcun risultato, il tuo tema probabilmente ha una chiamata query_posts() nel template dei risultati di ricerca. Questo fa impazzire Relevanssi. Per ulteriori informazioni, vedi Il più importante trucco di debug di Relevanssi.
Disinstallazione
Per disinstallare il plugin, rimuovi il plugin utilizzando i normali strumenti di gestione dei plugin di WordPress (dalla pagina Plugin, prima Disattiva, poi Elimina). Se rimuovi manualmente i file del plugin, le tabelle e le opzioni del database rimarranno.
FAQ
-
Documentazione di base
-
Puoi trovare soluzioni e risposte nella Documentazione di base di Relevanssi.
-
Aiuto contestuale
-
Le risposte a molti problemi comuni possono essere trovate dal menu contestuale. Basta fare clic su “Aiuto” nell’angolo in alto a destra della bacheca di amministrazione di WordPress nella pagina delle impostazioni di Relevanssi.
-
Relevanssi non funziona
-
Se i risultati non cambiano dopo aver installato e attivato Relevanssi, il motivo più probabile è che hai una chiamata a
query_posts()
nel template dei risultati di ricerca. Questo confonde Relevanssi. Prova a rimuovere la chiamataquery_posts()
e guarda cosa succede. -
La ricerca di parole con e commerciale o trattino non funziona
-
Leggi Le parole con punteggiatura non possono essere trovate. Questa è una funzionalità di Relevanssi, ma puoi correggerla dalle impostazioni di indicizzazione di Relevanssi.
-
Dove sono i log di ricerca degli utenti?
-
Guarda la parte in alto del menu di amministrazione. C’è ‘Ricerche utente’.
-
Visualizzazione del punteggio di pertinenza
-
Relevanssi memorizza il punteggio di pertinenza che utilizza per ordinare i risultati nella variabile $post. Basta aggiungere qualcosa come
echo $post->relevance_score
al template dei risultati di ricerca all’interno di un blocco di codice PHP per visualizzare il punteggio di pertinenza.
-
Suggerimenti “Forse cercavi?”
-
Relevanssi offre suggerimenti in stile Google “Forse cercavi?”. Per ulteriori dettagli, vedi suggerimenti “Forse cercavi” nella documentazione di base.
-
Cosa è il peso tf * idf?
-
È lo schema di pesatura di base utilizzato nel recupero delle informazioni. Tf sta per frequenza del termine mentre idf è frequenza inversa del documento. La frequenza del termine è semplicemente il numero di volte in cui il termine appare in un documento, mentre la frequenza del documento è il numero di documenti nel database in cui appare il termine.
Pertanto, il peso della parola per un documento aumenta quanto più spesso appare nel documento e meno spesso appare in altri documenti.
-
Cosa sono le stopword?
-
Ogni database di documenti è pieno di parole inutili. Tutte le piccole parole che appaiono in quasi tutti i documenti sono completamente inutili per il recupero delle informazioni. Fondamentalmente, la loro frequenza invertita per documento è davvero bassa, quindi non hanno mai molto potere nell’individuazione di una corrispondenza. Inoltre, la rimozione di tali parole aiuta a ridurre l’indice e a velocizzare la ricerca.
Recensioni
Contributi e sviluppo
“Relevanssi – A Better Search” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Relevanssi – A Better Search” è stato tradotto in 12 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Relevanssi – A Better Search” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
4.20.0
- New feature: Relevanssi can now create custom field specific excerpts that come from one custom field only and know which field that is.
- New feature: You can see the list of indexed custom field names in the indexing and excerpt settings.
- New feature: New filter hook
relevanssi_excerpt_specific_custom_field_content
filters the excerpt custom field content ifrelevanssi_excerpt_specific_fields
is enabled. - Changed behaviour: The
relevanssi_get_custom_field_content()
function now returns an array instead of string. Ifrelevanssi_excerpt_specific_fields
is off, the previous string return value is returned as a single-item array with the string in index 0. If the setting is on, the array keys are the field names. - Minor fix: The stopword population during the multisite installation used the wrong database table, leading to failed population.
- Minor fix: Multisite installation is moved from
wp_insert_site
(priority 10) towp_initialize_site
(priority 200) in order to avoid trouble. - Minor fix: The session ID is now included in the log export.
- Minor fix: The “none” value in category dropdowns from the searchform shortcode is changed from -1 to 0.
4.19.0
- New feature: Logging now includes a session ID (based on user ID for logged-in users, HTTP user agent for others, and current time, stable for 10 minutes per user). This is used to remove duplicate searches from live searches, keeping only the final search query.
4.18.4
- New feature: New filter hook
relevanssi_highlight_query
lets you modify the search query for highlighting. - Changed behavior: Relevanssi no longer searches in feed searches by default.
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.