Popis
Relevanssi nahrazuje standardní WordPress vyhledávání lepším vyhledávačem, se spoustou funkcí a konfigurovatelných možností. Získáte lepší výsledky, lepší prezentaci výsledků – vaši uživatelé vám poděkují.
This is the free version of Relevanssi. There’s also Relevanssi Premium, which has added features. For more information about Premium, see 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.
Základní vlastnosti
- Výsledky hledání jsou řazeny podle relevance, nikoli podle data.
- Částečná shoda: pokud celá slova neodpovídají, vyhledají se podobná.
- Hledání dokumentů odpovídajících alespoň jednomu hledanému výrazu (operátor OR) anebo s výskytem všech slov (operátor AND).
- Vyhledávání fráze s uvozovkami, například „hledat frázi“.
- Vytváření vlastních stručných obsahů se zvýrazněnými hledanými řetězci, které zobrazují, kde byla nalezena shoda.
- Zvýraznění hledaných termínů v dokumentech, pokud uživatel na stránku přistoupí prostřednictvím výsledku hledání.
- Hledání komentářů, štítků, rubrik a vlastních polí.
- Multisite friendly.
- bbPress support.
- Gutenberg friendly.
Pokročilé funkce
- Nastavení váhy pro názvy, štítky a komentáře.
- Log dotazů zobrazuje nejčastější a nedávné dotazy bez shody.
- Omezení vyhledávání na rubriky a štítky pomocí skryté proměnné nebo nastavení pluginu.
- Indexování vlastních typů příspěvků a vlastních taxonomií.
- Indexování obsahu zkrácených kódů.
- Google styl „Měli jste na mysli?“ návrhy založené na úspěšných vyhledáváních uživatelů.
- Support for WPML multi-language plugin and Polylang.
- Support for s2member membership plugin, Members, Groups, Simple Membership and other membership plugins.
- Pokročilé filtrování pro zobrazení výsledků hledání požadovaným způsobem.
- Omezení výsledků hledání pro zlepšení výkonu nad rozsáhlou databází.
- Zákaz indexování obsahu příspěvku a nadpisu příspěvku pomocí jednoduchého filtru.
Prémiové funkce (pouze v Relevanssi Premium)
- Indexing attachment content (PDF, Office, Open Office).
- Vylepšená kontrola pravopisu korekce návrhů „Měli jste na mysli?“.
- Searching across multiple sites in the same multisite installation.
- Indexace a vyhledávání uživatelských profilů.
- Hledání a indexace stránek taxonomie (rubriky, štítky, vlastní taxonomie).
- Hledání a indexace libovolného sloupce v MySQL tabulce wp_posts.
- Přidání váhy na jakýkoli typ příspěvku a taxonomie.
- Přidání váhy pro nové příspěvky.
- Uživatel má možnost si vybrat mezi AND a OR vyhledáváním, používat + a – operátor (AND a NOT).
- Nastavení exportu/importu.
- WP CLI commands.
- Related posts.
- Redirects for searches.
Poděkování
- Cristian Damm za indexování štítků, komentářů, výjimky příspěvků/stránek a obecně za nápomocnost.
- Marcus Dalgren za opravu UTF-8.
- Warren Tape za opravu 2.5.5.
- Mohib Ebrahim za neúnavný lov chyb.
- John Calahan for extensive 4.0 beta testing.
Snímky obrazovky
Instalace
- Install the plugin from the WordPress plugin screen.
- Activate the plugin.
- Přejděte na nastavení pluginu a vytvořte index a postupujte podle pokynů.
- That’s it!
Žádné nejsou potřeba! Relevanssi využívá standardní vyhledávací formulář a obvykle nepotřebuje žádné změny v šabloně výsledků vyhledávání.
Pokud hledání nezobrazuje žádné výsledky, vaše šablona má v sobě pravděpodobně query_posts() volání. To odstaví Relevanssi. Další informace naleznete na nejdůležitější ladění a Relevanssi trik.
Odinstalace
Chcete-li plugin odinstalovat, odstraňte plugin pomocí běžných nástrojů pro správu WordPress (na stránce Pluginy, musíte plugin nejprve deaktivovat, poté odstranit). Pokud odstraníte soubory pluginu ručně, databázové tabulky a nastavení zůstane zachováno.
Nejčastější dotazy
-
Znalostní báze
-
V Relevanssi znalostní bázi (v angličtině) můžete najít řešení a odpovědi.
-
Contextual help
-
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 nefunguje
-
Pokud se po instalaci a aktivaci Relevanssi výsledky nezměnily, nejpravděpodobnějším důvodem je, že ve vaší v šabloně je pro výsledky hledání použito volání
query_posts()
. To Relevanssi trochu mate. Zkuste volání query_posts odebrat a uvidíte, co se stane. -
Nefunguje vyhledávání slov s apostrofy nebo pomlčkami
-
Please read Words with punctuation can’t be found. This is a Relevanssi feature, but you can fix it from Relevanssi indexing settings.
-
Kde jsou logy toho, co uživatelé vyhledávali?
-
See the top of the admin menu. There’s ‚User searches‘.
-
Zobrazení skóre důležitosti
-
Relevanssi ukládá skóre důležitosti, používané k řazení výsledků v proměné $post. Stačí přidat něco jako
echo $post->relevance_score
do šablony výsledků vyhledávání uvnitř bloku PHP kódu a skóre důležitosti se bude zobrazovat.
-
Návrhy Měli jste na mysli?
-
Relevanssi offers Google-style „Did you mean?“ suggestions. See „Did you mean“ suggestions in the Knowledge Base for more details.
-
Co je to váha tf * idf?
-
Jde o základní poměrové schéma použité při vyhledávání informací. Tf značí frekvenci výrazu (term frequency) zatímco idf je převrácená frekvence dokumentu (inverted document frequency). Frekvence výrazu je počet výskytů výrazu který se vyskytuje v dokumentu, naopak frekvence dokumentu je počet dokumentů v databazi s výskytem daného slova.
Takže váha každého slova v dokumentu roste tím více, čím častěji se v dokumentu vyskytuje a naopak klesá četností výskytu takového slova v jiných dokumentech.
-
Co jsou to stop slova / negativní slovník?
-
Každá databáze dokumentů je plná neužitečných slov. Všechna tato malá slovíčka, která se objevují téměř v každém dokumentu jsou úplně zbytečná pro účel vyhledání informací. Naopak jejich převrácená frekvence v dokumentech je nízká, takže nikdy nemají přílišnou váhu při hledání shod. Smazání takových slov navíc pomáhá udržet index menší a vyhledávání rychlejší.
Recenze
Autoři
Relevanssi – A Better Search je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Relevanssi – A Better Search“ byl přeložen do 12 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Relevanssi – A Better Search” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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.
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()
.