Relevanssi – A Better Search

Beskrivning

Relevanssi ersätter WordPress-standardsökning med en bättre sökmotor, med många funktioner och konfigurerbara alternativ. Du får bättre resultat, bättre presentation av resultat – dina användare kommer att tacka dig.

Detta är den kostnadsfria versionen av Relevanssi. Det finns även Relevanssi Premium som har fler funktioner. Mer information om Premium finns på 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.

Nyckelfunktioner

  • Sökresultat sorterat efter relevans, inte efter datum.
  • Fuzzy matching: match partial words, if complete words don’t match.
  • Hitta dokument som matchar antingen bara en sökterm (OR-fråga) eller kräv att alla ord visas (AND-fråga).
  • Sök efter fraser med citat, till exempel ”min sökfras”.
  • Skapa anpassade utdrag som visar var träffen gjordes, med söktermerna markerade.
  • Markera söktermer i dokumenten när användaren klickar igenom sökresultaten.
  • Sök i kommentarer, etiketter, kategorier och anpassade fält.
  • Multisite-vänligt.
  • Stöd för bbPress.
  • Gutenberg-vänligt.

Avancerade funktioner

  • Justera vikten för rubriker, etiketter och kommentarer.
  • Logga frågor, visa de mest populära frågorna och de senaste frågorna utan träffar.
  • Begränsa sökningar till kategorier och etiketter med hjälp av en dold variabel eller tilläggsinställningar.
  • Indexerar anpassade inläggstyper och anpassade taxonomier.
  • Indexerar innehållet för kortkoder.
  • Likt Googles ”Menade du?”-förslag baserat på framgångsrika användarsökningar.
  • Stöd för WPML flerspråkstillägg och Polylang.
  • Support for s2member membership plugin, Members, Groups, Simple Membership and other membership plugins.
  • Avancerad filtrering för att hjälpa till att anpassa sökresultaten som du vill.
  • Begränsning av sökresultat för att förbättra prestanda på stora databaser.
  • Inaktivera indexering av inläggsinnehåll och inläggsrubriker med en enkel filter-åtgärds-hook.

Premiumfunktioner (endast med Relevanssi Premium)

  • Indexerar innehåll i bilagor (PDF, Office, Open Office).
  • Förbättrad stavningskorrigering i ”Menade du?“-förslag.
  • Söker på flera webbplatser i samma multisite-installation.
  • Sök och indexera användarprofiler.
  • Search and index taxonomy term pages (categories, tags, custom taxonomies).
  • Search and index arbitrary columns in wp_posts MySQL table.
  • Tilldela vikt till vilken inläggstyp och taxonomi som helst.
  • Tilldela extra vikt till nya inlägg.
  • Let the user choose between AND and OR searches, use + and – operator (AND and NOT).
  • Inställningar för export/import.
  • WP CLI-kommandon.
  • Relaterade inlägg.
  • Omdirigeringar för sökningar.

Tack

  • Cristian Damm for tag indexing, comment indexing, post/page exclusion and general helpfulness.
  • Marcus Dalgren för UTF-8-åtgärder.
  • Warren Tape för 2.5.5-åtgärder.
  • Mohib Ebrahim för obeveklig jakt efter fel.
  • John Calahan för omfattande 4.0 beta-tester.

Skärmdumpar

  • Översiktssida
  • Inställningar för indexering
  • Inställningar för sökningar
  • Inställningar för loggar
  • Utdrag och markeringar
  • Inställningar för synonymer
  • Inställningar för stoppord

Installation

  1. Installera tillägget från WordPress tilläggsskärm.
  2. Aktivera tillägget.
  3. Gå till tillägets inställningssida och bygg indexet enligt instruktionerna där.
  4. Det är allt!

Relevanssi uses the standard search form and doesn’t usually need any changes in the search results template.

If the search does not bring any results, your theme probably has a query_posts() call in the search results template. That throws Relevanssi off. For more information, see The most important Relevanssi debugging trick.

Avinstallering

För att avinstallera tillägget, ta bort tillägget med WordPress vanliga hanteringsverktyg för tillägg (från sidan Tillägg, Inaktivera först och sedan Ta bort). Om du tar bort tilläggets filer manuellt kommer databastabellerna och alternativen att finnas kvar.

Vanliga frågor

Kunskapsbas

Du hittar lösningar och svar i Relevanssi Kunskapsbas.

Kontextuell hjälp

Answers to many common problems can be found from the contextual menu. Just click ”Help” in the top right corner of your WordPress admin dashboard on the Relevanssi settings page.

Relevanssi fungerar inte

If you the results don’t change after installing and activating Relevanssi, the most likely reason is that you have a call to query_posts() on your search results template. This confuses Relevanssi. Try removing the query_posts() call and see what happens.

Att söka efter ord med &-tecken eller bindestreck fungerar inte

Please read Words with punctuation can’t be found. This is a Relevanssi feature, but you can fix it from Relevanssi indexing settings.

Var är sökloggarna för användare?

Se i toppen av adminmenyn, där finns ”Sökningar av användare”.

Visning av relevanspoäng

Relevanssi lagrar relevanspoängen i $post-variabeln, som används för att sortera resultat. Lägg bara till något som liknar

echo $post->relevance_score

i din sökresultatmall i ett PHP-kodblock för att visa relevanspoängen.

Menade du?-förslag

Relevanssi offers Google-style ”Did you mean?” suggestions. See ”Did you mean” suggestions in the Knowledge Base for more details.

Vad är tf *idf viktning?

It’s the basic weighing scheme used in information retrieval. Tf stands for term frequency while idf is inverted document frequency. Term frequency is simply the number of times the term appears in a document, while document frequency is the number of documents in the database where the term appears.

Thus, the weight of the word for a document increases the more often it appears in the document and the less often it appears in other documents.

Vad är stoppord?

Each document database is full of useless words. All the little words that appear in just about every document are completely useless for information retrieval purposes. Basically, their inverted document frequency is really low, so they never have much power in matching. Also, removing those words helps to make the index smaller and searching faster.

Recensioner

18 februari 2023 3 svar
Edited:Well, despite some limitations, it does its job. I'm still trying out to find the best setup. It's a lot better than native wordpress search, but you have to experiment the config options to find out what is the best for your site and how to work around the limitations due to each language (mine is portuguese). It's worth trying. Hope I'll come back soon with a 5 star I was trying out this plugin and it does has some intelligence, like finding a product in woocommerce even if the user misspell one of the terms in search. But it has huge limitations, like not finding all products with terms in plural. For example, if user searchs for "horse", all the products which has "horses" in the title and description won't show up in results. How come the plugin will miss such a simple thing? This is why I don't recommend it at all for e-commerce sites
10 februari 2023
Very pleased, easy integration, very easy set up, works well to significantly improve the native wordpress search block 🙂
Läs alla 364 betyg

Bidragsgivare och utvecklare

”Relevanssi – A Better Search” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Relevanssi – A Better Search” har översatts till 12 språk. Tack till översättarna för deras bidrag.

Översätt ”Relevanssi – A Better Search” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

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 if relevanssi_excerpt_specific_fields is enabled.
  • Changed behaviour: The relevanssi_get_custom_field_content() function now returns an array instead of string. If relevanssi_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) to wp_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 uses post_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 the highlight 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.