Instant bug fix release that fixes the “Invalid argument supplied for foreach()” errors that cropped up in 1.7 when the MySQL column value was not set.
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……other hand, you can adjust the settings for each blog. Enabling the multisite search There are several ways to enable multisite searching. If you want all searches to be multisite searches, you can enable multisite searching from the Relevanssi searching settings. If you want only some searches to be multisite……) { switch_to_blog( $post->blog_id ); } } add_action( ‘astra_page_template_parts_content’, ‘rlv_blog_restore’, 9999 ); add_action( ‘astra_template_parts_content’, ‘rlv_blog_restore’, 9999 ); function rlv_blog_restore() { restore_current_blog(); } Multisite search finds nothing? Relevanssi by default does not search non-public blogs. If you’re developing your multisite network and the sites are not set as public yet, Relevanssi…