Continue reading Premium 1.1.2

Premium 1.1.2

Difficulties getting started… Earlier versions of Relevanssi Premium miss some database fields in the database declaration, causing trouble. This version will fix the problems. Nasty little bug, and fixing it wasn’t simple – the dbDelta function WordPress uses to fix tables is very cool when it works, but a pain to debug. Download the new…

Read more Premium 1.1.2 0 Comment on Premium 1.1.2
Continue reading Premium 1.1

Premium 1.1

The first version of Relevanssi Premium is out now. For certain reasons it’s already version 1.1. Here’s what the changelog says about this version: Multisite WordPress support. See Multisite searches in Knowledge Base for instructions on how to search multiple blogs. Improved the fallback to fuzzy search if no hits are found with regular search.…

Read more Premium 1.1 0 Comment on Premium 1.1
Continue reading Multisite searches

Multisite searches

Multisite search only works in Relevanssi Premium. Free Relevanssi can be installed in multisite environments, but it cannot search across sites. Relevanssi Premium can only support multisite searching across sites in the same multisite network. Relevanssi can’t search across multiple sites that are not in the same multisite installation. Cloud-based search tools can help you…

Read more Multisite searches 149 Comments on Multisite searches
Continue reading Category title in the search results page

Category title in the search results page

If you’re using category restriction dropdown on your search form, here’s a bit of code that you can add to your search results template to show how many hits were found and what the category is. If no category was selected, this’ll just show how many hits were found.

Read more Category title in the search results page 1 Comment on Category title in the search results page
Continue reading Filter search results by date

Filter search results by date

You can specify date limits on searches with by_date search parameter. Here’s a link you can add to your search results page to offer your visitor the ability to restrict the search results to last day: <?php echo ‘<p><a href=”‘ . get_bloginfo(‘url’) . ‘?s=’ . get_search_query() . ‘&by_date=1d”>results from the last day</a></p>’; ?> The date range is…

Read more Filter search results by date 11 Comments on Filter search results by date