WP Manifestindependent plugin directory
manifest / content / relevanssi-acf-subfields

Relevanssi: add ACF subfields to index

Finds subfields from ACF and feeds them to the Relevanssi indexer so they're findable in search

by Code for the People Ltd · github.com/cftp/relevanssi-acf-subfields · website

18stars
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cftp/relevanssi-acf-subfields/archive/refs/heads/master.zip

Readme

Relevanssi: add ACF subfields to index

  • Contributors: cftp
  • Requires at least: 3.6.1
  • Tested up to: 3.6.1
  • Stable tag: 0.2

Finds subfields from ACF and feeds them to the Relevanssi indexer so they're findable in search.

Description

Finds subfields from ACF and feeds them to the Relevanssi indexer so they're findable in search.

To have an ACF subfield, e.g. a Repeater, indexed, do this:

  1. Go to the Relevanssi options
  2. Scroll to "custom fields to index"
  3. Add your fields in the format [field_name]_%_[subfield_name], e.g. sections_%_section_text
  4. Select "Build the Index", to recreate your Relevanssi index

Changelog

0.2

  • BUGFIX: Fix typo in hook

0.1

  • First release

Read the full README on GitHub →