Skip to main contentSkip to footer

Relevanssi Premium 1.10.7 mostly fixes the unpleasant error message on the settings page, but has also some small bug fixes.

  • Removes the nasty error message on Relevanssi settings page when nothing was checked for “Choose taxonomies to index”. I also added some additional instruction about the two very similar taxonomy indexing features.
  • Fixed some problems with Did you mean? feature: number searches work better and exact matches don’t cause the basic version of the feature to activate any more.
  • Fixed a bug that could cause an error message about array_unique() function.
  • $match->tag now contains the number of tag hits.

Your account

Not logged in. Log in to see your license details.

Search

Popular Resources

The search form shortcode
Relevanssi includes a search form shortcode that can be used to display a search form. The shortcode is searchform and…
Integrating Post Views Counter stats

It’s possible to integrate all kinds of external data to Relevanssi weights. Post Views Counter is an analytics plugin that collects stats about your visitors and stores them in the local database, which means those stats are available for Relevanssi. For some sites, this makes a lot of sense. For……it only needs to make one database request. Here’s the code: function rlv_pvc_weight( int $post_id ) : float { global $relevanssi_pvc_weights; if ( empty( $relevanssi_pvc_weights ) ) { global $wpdb; $stats = $wpdb->get_results( “SELECT id, count FROM {$wpdb->prefix}post_views WHERE type = 4” ); foreach ( $stats as $post_stats ) {……example, I have Kirjavinkit, a book review site with an archive of about 10,000 book review posts. The popularity of the posts is primarily driven by external search traffic and seems like a good indicator of what users find interesting and valuable. Integrating the Post Views Counter stats as a factor…

Related Posts:

Currently there are no related posts available.

Comment Section:

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed