Skip to main contentSkip to footer

Small bug fix release. The first part applies both to free and Premium, the second part mostly to free version.

  • AND search did not work in all cases.
  • Posts couldn’t be found by category name. Fixed that.

Your account

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

Search

Popular Resources

ACF: Indexing File field title

I use the ACF field type File for a download section, but the displayed file title is not indexing. The format I return the ACF field data is “File Array (array)”. For Relevanssi, it doesn’t matter which ACF return format you choose. Relevanssi doesn’t use get_field() but instead uses the……plain get_post_meta(). That always returns the post ID for File fields. To index the file title, you need to explain what you want using the relevanssi_custom_field_value filter hook. If you wish to the file title, this does the trick: add_filter( ‘relevanssi_custom_field_value’, ‘rlv_file_name’, 10, 2 ); function rlv_file_name( $values, $field )…

Indexing and searching PDFs in WordPress

…service on a separate server. Which PDF files can you index? Since Relevanssi is a WordPress search, Relevanssi operates on WordPress posts (including all the different post types). So, to have Relevanssi index your PDFs, they need to be WordPress posts. That’s fortunately really simple: upload your PDF files to……the Media library, and they become posts with the post type of attachment. Relevanssi can only parse and read PDF files that contain text. If the PDF file is all images, Relevanssi cannot read it. An easy way to check is to try to select the text in a PDF…a PDF file that Relevanssi has read successfully. Indexing files in bulk This page is the Relevanssi attachments tab for reading the PDF contents in bulk. To read in all the attachment files on your site, you can go to the Attachments tab in the Relevanssi settings page. There you…

Related Posts:

Comment Section:

6 Comments. Leave new

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