Title: Relevanssi &#8211; A Better Search
Author: Christoph Vielgrader
Published: <strong>30 iunie 2009</strong>
Last modified: 12 iunie 2026

---

Caută module

![](https://ps.w.org/relevanssi/assets/banner-772x250.jpg?rev=3529670)

![](https://ps.w.org/relevanssi/assets/icon-256x256.png?rev=3529670)

# Relevanssi – A Better Search

 De [Christoph Vielgrader](https://profiles.wordpress.org/comesio/)

[Descarcă](https://downloads.wordpress.org/plugin/relevanssi.4.27.1.zip)

 * [Detalii](https://ro.wordpress.org/plugins/relevanssi/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/relevanssi/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/relevanssi/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/relevanssi/#developers)

 [Suport](https://wordpress.org/support/plugin/relevanssi/)

## Descriere

Relevanssi replaces the standard WordPress search with a better search engine, with
lots of features and configurable options. You’ll get better results, better presentation
of results – your users will thank you.

This is the free version of Relevanssi. There’s also Relevanssi Premium, which has
added features. For more information about Premium, see [Relevanssi.com](https://www.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.

#### Funcționalități importante

 * Rezultatele de căutare sunt sortate în ordinea relevanței, nu după dată.
 * Potrivire neclară: potrivește cuvinte parțiale dacă cuvintele întregi nu se potrivesc.
 * 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.
 * Multisite friendly.
 * Suport bbPress.
 * Gutenberg friendly.

#### Funcționalități avansate

 * 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.
 * Indexează tipurile de articol personalizat și taxonomiile personalizate.
 * Indexează conținutul scurt-codurilor.
 * Google-style „Did you mean?” suggestions based on successful user searches.
 * Support for [WPML multi-language plugin](http://wpml.org/) and [Polylang](https://wordpress.org/plugins/polylang/).
 * Support for [s2member membership plugin](http://www.s2member.com/), [Members](https://wordpress.org/plugins/members/),
   [Groups](https://wordpress.org/plugins/groups/), [Simple Membership](https://wordpress.org/plugins/simple-membership/)
   and other membership plugins.
 * Advanced filtering to help hacking the search results the way you want.
 * Accelerarea rezultatelor de căutare pentru a îmbunătăți performanța pentru baze
   de date mari.
 * Dezactivează indexarea conținutului articolelor și titlurilor articolelor cu 
   un cârlig simplu de filtrare.

#### Premium features (only in Relevanssi Premium)

 * Indexarea conținutului atașamentelor (PDF, Office, Open Office).
 * Improved spelling correction in „Did you mean?” suggestions.
 * Căutarea pe mai multe site-uri din aceeași instalare multi-site.
 * 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).
 * Setări pentru export și import.
 * [comenzi WP-CLI](https://www.relevanssi.com/user-manual/wp-cli/).
 * [Articole similare](https://www.relevanssi.com/knowledge-base/related-posts/).
 * [Redirecționări pentru căutări](https://www.relevanssi.com/user-manual/redirects/).

### Mulțumesc

 * Cristian Damm for tag indexing, comment indexing, post/page exclusion and general
   helpfulness.
 * Marcus Dalgren pentru corectarea UTF-8.
 * Warren Tape pentru corecțiile la 2.5.5.
 * Mohib Ebrahim for relentless bug hunting.
 * John Calahan pentru testarea extensivă a versiunii beta 4.0.

## Capturi ecran

[⌊Pagină Prezentare generală⌉⌊Pagină Prezentare generală⌉[

Pagină Prezentare generală

[⌊Setări indexare⌉⌊Setări indexare⌉[

Setări indexare

[⌊Setări căutare⌉⌊Setări căutare⌉[

Setări căutare

[⌊Setări jurnalizare⌉⌊Setări jurnalizare⌉[

Setări jurnalizare

[⌊Rezumate și evidențieri⌉⌊Rezumate și evidențieri⌉[

Rezumate și evidențieri

[⌊Setări sinonime⌉⌊Setări sinonime⌉[

Setări sinonime

[⌊Setări cuvinte stop⌉⌊Setări cuvinte stop⌉[

Setări cuvinte stop

## Instalare

 1. Instalează modulul din ecranul Module WordPress.
 2. Activează modulul.
 3. Go to the plugin settings page and build the index following the instructions there.
 4. Asta e tot!

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](https://www.relevanssi.com/knowledge-base/query_posts/).

#### Dezinstalez

To uninstall the plugin remove the plugin using the normal WordPress plugin management
tools (from the Plugins page, first Deactivate, then Delete). If you remove the 
plugin files manually, the database tables and options will remain.

## Întrebări frecvente

### Bază de cunoștințe

You can find solutions and answers at the [Relevanssi Knowledge Base](https://www.relevanssi.com/category/knowledge-base/).

### Ajutor contextual

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 nu funcționează

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.

### Searching for words with ampersands or hyphens doesn’t work

Please read [Words with punctuation can’t be found](https://www.relevanssi.com/knowledge-base/words-ampersands-cant-found/).
This is a Relevanssi feature, but you can fix it from Relevanssi indexing settings.

### Unde sunt jurnalele de căutare ale utilizatorilor?

See the top of the admin menu. There’s ‘User searches’.

### Afișarea punctajului pentru relevanță

Relevanssi stores the relevance score it uses to sort results in the $post variable.
Just add something like

    ```
    echo $post->relevance_score
    ```

în șablonul rezultate de căutare în interiorul unui bloc cod PHP pentru a afișa 
punctajul pentru relevanță.

### Ai vrut să spui sugestii?

Relevanssi offers Google-style „Did you mean?” suggestions. See [„Did you mean” suggestions](https://www.relevanssi.com/knowledge-base/did-you-mean-suggestions/)
in the Knowledge Base for more details.

### Ce este ponderea tf * idf?

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.

Astfel, ponderea unui cuvânt pentru un document crește cu cât acesta apare mai des
în document și cu cât apare mai rar în alte documente.

### Ce sunt cuvintele stop?

Fiecare bază de date cu documente este plină de cuvinte inutile. Toate cuvintele
mici care apar în aproape fiecare document sunt complet inutile în scopul recuperării
informațiilor. Practic, frecvența lor inversată în documente este foarte scăzută,
deci ele nu au niciodată prea multă putere în potrivire. De asemenea, înlăturarea
acestor cuvinte ajută la micșorarea indexului și la o căutare mai rapidă.

## Recenzii

![](https://secure.gravatar.com/avatar/78fe0ff2f21ca24a8c62fae658d25108f5e1e1a45d7a64cf3a57160c5ca418ef?
s=60&d=retro&r=g)

### 󠀁[Best Support for a very useful plugin for foodblogs](https://wordpress.org/support/topic/best-support-for-a-very-useful-plugin-for-foodblogs/)󠁿

 [Vivien Bullert](https://profiles.wordpress.org/vivienbullert/) 21 martie 2026

I was really at my wits’ end because the keyword ‘pasta’ couldn’t be found. So I
got in touch with support and Mikko helped me straight away. I’d tried to sort it
out on my own beforehand, but without success. I’m so glad it’s finally worked out!
Thank you so much, Mikko, for your quick help! Brilliant!!!!

![](https://secure.gravatar.com/avatar/535b1fdf777c18fc813dbd63e4a6a6177657b8ceb3ac3e2ef24c1d7f3f14569b?
s=60&d=retro&r=g)

### 󠀁[buen plugin pero….](https://wordpress.org/support/topic/buen-plugin-pero-7/)󠁿

 [nnicosalvador](https://profiles.wordpress.org/hdmultimediaperu/) 23 februarie 
2026 1 răspuns

es un excelente plugin pero debería hacer búsqueda por número de parte del producto

![](https://secure.gravatar.com/avatar/3099fedbf9ac7e1f03a1f8fffb36647f1b6fdc691b998c0a48b544d2f6b09e52?
s=60&d=retro&r=g)

### 󠀁[Maybe for small sites](https://wordpress.org/support/topic/maybe-for-small-sites/)󠁿

 [egocefalo](https://profiles.wordpress.org/egocefalo/) 17 februarie 2026 1 răspuns

Not if you have 200,000 plus posts and add a few more everyday.

![](https://secure.gravatar.com/avatar/e6e7d68bb84a08ab02206afe1477f3f3628b484c06408a0e286c03d063708632?
s=60&d=retro&r=g)

### 󠀁[The search WordPress should have had](https://wordpress.org/support/topic/the-search-wordpress-should-have-had/)󠁿

 [andrewwalkertechinsights](https://profiles.wordpress.org/andrewwalkertechinsights/)
22 ianuarie 2026

This plugin fixes WordPress search instantly. It finds results the default search
misses, including custom fields. Essential for any serious site.

![](https://secure.gravatar.com/avatar/097032274648bf968e3ecfbc8566a110d7173af205f0bd6ea73ffa5371ac4abd?
s=60&d=retro&r=g)

### 󠀁[Truly one of the best made wp plugins ever.](https://wordpress.org/support/topic/truly-one-of-the-best-made-wp-plugins-ever/)󠁿

 [jhtjards](https://profiles.wordpress.org/jhtjards/) 28 noiembrie 2025

Been using it for years on various big sites, multisite networks, etc that I’ve 
developed and it will always be my go-to search plugin. Works fantastically out 
of the box!- Great search results- Fast and light on your server resources- So many
useful customisation options available in admin- PDF/Doc Indexing in Premium is 
♥️But where it really comes into its own league, is when you have special requirements
that no plugin could serve out of the box. There are loads of useful filters and
actions to hook into, all super well documented. The Plugin code itself is very 
clean and readable, so if your requirement is really obscure you can always look
under the hood and see what’s possible. (Usually anything is possible one way or
the other.)And if you still get stuck, the support is the best.Hands down one of
true unicorns in a world of plugin enshittification.Never change, Mikko!

![](https://secure.gravatar.com/avatar/590c1a85322729f2345aa128684db6522b37951ea328215b6f501ed8439c0a91?
s=60&d=retro&r=g)

### 󠀁[Night & Day!](https://wordpress.org/support/topic/night-day/)󠁿

 [Jimmy Lee](https://profiles.wordpress.org/shirtguy72/) 31 august 2025

The difference is Night and Day! Thanks you for this beautiful piece of work!

 [ Citește toate cele 404 recenzii ](https://wordpress.org/support/plugin/relevanssi/reviews/)

## Contributori și dezvoltatori

„Relevanssi – A Better Search” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

 *   [ Christoph Vielgrader ](https://profiles.wordpress.org/comesio/)
 *   [ Mikko Saari ](https://profiles.wordpress.org/msaari/)

„Relevanssi – A Better Search” a fost tradus în 17 locale. Mulțumim [traducătorilor](https://translate.wordpress.org/projects/wp-plugins/relevanssi/contributors)
pentru contribuția lor.

[Tradu „Relevanssi – A Better Search” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/relevanssi)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/relevanssi/), vezi
[depozitarul SVN](https://plugins.svn.wordpress.org/relevanssi/), sau abonează-te
la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/relevanssi/) 
prin [RSS](https://plugins.trac.wordpress.org/log/relevanssi/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 4.27.1

 * Minor fix: Remove complaints from meta_queries.

#### 4.27.0

 * New feature: Setting to disable all ‘post_type’ parameters to let Relevanssi 
   control the post types in the search.
 * New feature: New filter hook `relevanssi_truncate_search_queries` can be used
   to truncate search queries to a certain length to eliminate too long queries.
 * New feature: New filter hook `relevanssi_allow_meta_query_regexp` allows REGEXP
   or NOT REGEXP meta queries. They are blocked by default for security reasons.
 * New feature: New shortcode `[relevanssi_didyoumean]` makes it easier to add a„
   Did you mean” suggestion on a search results page without modifying the template
   code.
 * Minor fix: You can now assign anonymous functions to the `relevanssi_indexing_restriction`
   filter hook.
 * Minor fix: Relevanssi now clears the scheduled actions on deactivation, not on
   uninstall.

## Meta

 *  Versiunea **4.27.1**
 *  Ultima actualizare **Acum 3 săptămâni**
 *  Instalări active: **100.000+**
 *  Versiune WordPress ** 4.9 sau mai recentă **
 *  Testat până la **7.0**
 *  Versiune PHP ** 7.1 sau mai recentă **
 *  Limbi
 * [Czech](https://cs.wordpress.org/plugins/relevanssi/), [Dutch](https://nl.wordpress.org/plugins/relevanssi/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/relevanssi/), [English (US)](https://wordpress.org/plugins/relevanssi/),
   [Finnish](https://fi.wordpress.org/plugins/relevanssi/), [French (France)](https://fr.wordpress.org/plugins/relevanssi/),
   [German](https://de.wordpress.org/plugins/relevanssi/), [Italian](https://it.wordpress.org/plugins/relevanssi/),
   [Japanese](https://ja.wordpress.org/plugins/relevanssi/), [Korean](https://ko.wordpress.org/plugins/relevanssi/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/relevanssi/), [Russian](https://ru.wordpress.org/plugins/relevanssi/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/relevanssi/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/relevanssi/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/relevanssi/), [Spanish (Spain)](https://es.wordpress.org/plugins/relevanssi/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/relevanssi/) și [Swedish](https://sv.wordpress.org/plugins/relevanssi/).
 *  [Tradu în limba ta](https://translate.wordpress.org/projects/wp-plugins/relevanssi)
 * Etichete
 * [better search](https://ro.wordpress.org/plugins/tags/better-search/)[product search](https://ro.wordpress.org/plugins/tags/product-search/)
   [relevance](https://ro.wordpress.org/plugins/tags/relevance/)[search](https://ro.wordpress.org/plugins/tags/search/)
   [woocommerce search](https://ro.wordpress.org/plugins/tags/woocommerce-search/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/relevanssi/advanced/)

## Evaluări

 4.8 din 5 stele.

 *  [  368 5 – de recenzii (stele)     ](https://wordpress.org/support/plugin/relevanssi/reviews/?filter=5)
 *  [  12 4 – recenzii (stele)     ](https://wordpress.org/support/plugin/relevanssi/reviews/?filter=4)
 *  [  4 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/relevanssi/reviews/?filter=3)
 *  [  4 2 – recenzii (stele)     ](https://wordpress.org/support/plugin/relevanssi/reviews/?filter=2)
 *  [  16 1 – recenzii (stele)     ](https://wordpress.org/support/plugin/relevanssi/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/relevanssi/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/relevanssi/reviews/)

## Contributori

 *   [ Christoph Vielgrader ](https://profiles.wordpress.org/comesio/)
 *   [ Mikko Saari ](https://profiles.wordpress.org/msaari/)

## Suport

Probleme rezolvate în ultimele două luni:

     9 din 16

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/relevanssi/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.relevanssi.com/buy-premium/)