Searching Jet Engine Custom Meta Storage fields
How to search within custom table fields in Jet Engine Post Types
Last updated
How to search within custom table fields in Jet Engine Post Types
Last updated
Jet engine 3.4 added a feature to store custom fields in separate tables for post types created by Jet Engine. This is a great feature, and integrates well with WordPress.
Because these fields are stored outside of the metadata table, a small custom code snippet is required to fetch the contents and append to the index table:
Make sure to safely use this code, please read this guide for how and where to put it
Add the custom field names to the $jet_custom_fields variable (on line 5), line-by-line, use the existing values as a template
Enjoy 😄