Skip to main contentSkip to footer

Premium 1.10.7

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

Controlling attachment types in index

….= ‘ No images’; return $restriction; } Only PDFs This function will only index PDF attachments, and nothing else. add_filter( ‘relevanssi_indexing_restriction’, ‘rlv_only_pdfs’ ); function rlv_only_pdfs( $restriction ) { global $wpdb; $restriction[‘mysql’] .= ” AND post.ID NOT IN (SELECT ID FROM $wpdb->posts WHERE post_type = ‘attachment’ AND post_mime_type != ‘application/pdf’ )…

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