Skip to main contentSkip to footer

For the most part, Relevanssi Premium simply works with Document Library Pro. If you set Relevanssi to index the dlp_document post type, searching for document contents should work without issues.

If you want to enable Relevanssi in the search box above the Document Library Pro document lists, you can add this function to your site:

add_filter( 'document_library_pro_query_args', 'rlv_dlp_support' );

function rlv_dlp_support( array $args ) {
	$args['relevanssi'] = true;
	return $args;
}

This will enable Relevanssi in that search. This may have unwanted side effects in other searches on your site, so check that everything works after adding this.

Your account

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

Search

Popular Resources

WP Event Manager
Using Relevanssi with WP Event Manager requires you to adjust the search process in WP Event Manager a bit. Fortunately,…
Toolset Views
Relevanssi works fine with Toolset, thanks to a lot of compatibility code the makers of Toolset have included in it…
Yoast Local SEO
Yoast Local SEO plugin breaks Relevanssi search. It enhances the search by adding meta queries. Unfortunately they don’t work with…

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