Skip to main contentSkip to footer

Version 4.0.9 fixes bugs and adds some new functionality for indexing. This is especially useful with WooCommerce.

There have been some problems in tag and category indexing, so if you are indexing tags and categories, please rebuild the index after updating.

These features will come to Premium in 2.1.5, which will be released soon.

  • Fixes broken tag and category indexing and searching. If you use tags and categories, rebuild the index after updating.
  • Phrases were not highlighted correctly on documents. This is now fixed.
  • Shortcode fix: wp_show_posts shouldn’t cause problems anymore.
  • New filter: relevanssi_indexing_restriction allows filtering posts before indexing.
  • New WooCommerce product visibility filtering tool makes WooCommerce product indexing faster. This is described in this KB entry.
  • MemberPress post controls were loose and showed drafts to searchers. That is now fixed.
  • Highlighting was too loose, even if matching was set to whole words.
  • Highlighting now works better in cases where there’s a hyphen or an apostrophe inside a word.

The update is available in the plugin repository now.

Your account

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

Search

Popular Resources

Indexing with a cron job

…this happen in practice, you need two files. First, create a file relevanssi-start-indexing.php with this content: <?php require ‘wp-blog-header.php’; relevanssi_build_index( false, false, 100 ); and then a file relevanssi-continue-indexing.php with this content: <?php require ‘wp-blog-header.php’; relevanssi_build_index( true, false, 100 ); This assumes the files are in your WP installation root……directory. If they’re not, adjust the path to wp-blog-header.php so that it points to the right place. Now to start indexing, have the cron job visit the relevanssi-start-indexing.php – this will start the indexing and will index 100 posts. Then have the cron job visit relevanssi-continue-indexing.php as many times as…

SearchWP Live Ajax Search

…One example is searching for attachments. By default, SearchWP Live Ajax Search doesn’t include any attachments in the search results. The post type is not a problem, but the post status is: SearchWP Live Ajax Search includes only posts with the post status publish, while attachments have a status of……to include private posts for the users who are allowed to see them. Just removing the post_status parameter will include drafts in the results. Normally drafts shouldn’t appear in searches, but since the SearchWP Live Ajax Search is an AJAX search, it is done in admin context, where drafts are…Ajax displays the post type’s name. For users, that’s not going to work, and will show empty parentheses and cause an error message in the console. You can fix both of these problems with a new template. Take this template and save it as searchwp-live-ajax-search/search-results.php under your theme. This will…

Issues with post order plugins
If you’re getting low-quality results and the weight settings are not affecting the results, the first thing to check is…

Related Posts:

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