SearchJetEngine
Developer-Friendly Search

Make Every ACF Field, Custom Post Type, and Metadata Searchable

Beyond 3 Columns. Beyond Limits.

WordPress default search only queries post_title, post_excerpt, and post_content. SearchJet indexes every ACF field, custom post type, and metadata field — automatically.

All Field Types
Zero Config Sync
Any CPT
No Coding Required
Free Forever Plan
5-Minute Setup
The Problem

WordPress Search Only Queries 3 Columns

By default, WordPress uses a simple SQL LIKE query across just three columns in the wp_posts table.

WordPress Default Search

post_title
The title of the post or page
post_excerpt
The excerpt or summary text
post_content
The main body content

That's it. Only 3 of 30+ available columns.

What's Missing

ACF Custom Fields
All Advanced Custom Fields data
Custom Post Type Metadata
Events, listings, directories, etc.
JetEngine Meta Fields
Dynamic data and listing grids
WooCommerce Product Meta
Custom attributes and variations

Your most valuable search data is invisible.

The SQL WHERE ... LIKE %keyword% query only touches the wp_posts table columns. All custom field data lives in the wp_postmeta table, which WordPress search never joins.

The Solution

SearchJet Indexes Everything

Every custom field, every post type, every piece of metadata — all indexed and searchable in milliseconds.

ACF Text & Textarea

Title, description, WYSIWYG, text area, and plain text fields are fully indexed and searchable.

ACF Select & Checkbox

Dropdown values, multi-select options, radio buttons, and checkbox fields are all indexed.

ACF Relationship & Post Object

Linked post titles, content, and metadata from relationship and post object fields.

ACF Repeater & Group

Nested field data from repeater fields, group fields, and flexible content layouts.

JetEngine Meta Fields

Dynamic data from JetEngine meta boxes, listing grids, and custom meta fields.

WooCommerce Product Meta

Custom product attributes, variations, and any additional product metadata.

Real-World Applications

Built for Custom WordPress Sites

From real estate to job boards, SearchJet powers the search experience on data-rich WordPress sites.

Real Estate Listings

Let buyers search by location, price range, number of bedrooms, property type, and amenities.

LocationPriceBedsType

Job Boards

Candidates find jobs by salary range, required skills, employment type, and remote options.

SalarySkillsTypeRemote

Restaurant Directories

Diners search by cuisine type, price range, rating, dietary options, and neighborhood.

CuisinePriceRatingDiet

Member Directories

Members find colleagues by expertise, location, industry, and availability.

ExpertiseLocationIndustryAvailable
Developer Experience

Built for Developers, Loved by Agencies

Zero configuration. Every field is auto-discovered and indexed. No hooks to wire up, no config files to edit.

searchjet-sync.php
// No config needed. SearchJet auto-discovers:
// ✓ ACF fields (all types)
// ✓ JetEngine meta boxes
// ✓ Toolset fields
// ✓ Pods custom fields
// ✓ WooCommerce product meta

// That's it. Just install and sync.
// Every custom field is searchable
// within seconds of activation.

// Optional: Fine-tune field weighting
add_filter('searchjet_field_weight', function($weight, $field) {
    if ($field === 'property_price') {
        return $weight * 2.0; // Boost price field
    }
    return $weight;
}, 10, 2);

Auto-Discovery

SearchJet scans your WordPress database on first sync and automatically indexes every custom field — no configuration required.

Field Weighting Hooks

Use searchjet_field_weight filter to boost or reduce any field's search relevance. Title fields default to highest weight.

Field Exclusion Toggles

Toggle any field on/off in the SearchJet dashboard. Exclude internal metadata or admin-only fields from search results.

Works With

ACFJetEngineToolsetPodsCustom Meta API

Frequently Asked Questions

Everything you need to know about ACF and custom field search

Does SearchJet index ACF fields automatically?
Yes, all ACF field types are auto-detected and indexed. SearchJet automatically discovers every ACF field on your site — text, textarea, select, checkbox, relationship, repeater, group, and more — and adds them to your search index without any configuration.
Can I search custom post types?
Yes, SearchJet indexes any registered CPT including WooCommerce products, events, listings, directories, and any other custom post type registered on your WordPress site.
What about JetEngine meta fields?
Full support for JetEngine dynamic fields, meta boxes, and listing grids. SearchJet detects JetEngine meta fields the same way it handles ACF — automatically and with zero configuration.
Is there a limit on custom fields?
No, all fields are indexed regardless of count. Your plan limit applies to total documents (records), not the number of custom fields per record.
How does field weighting work?
Use our dashboard to boost or reduce the search weight of any field. Title fields default to highest weight so the most relevant results appear first.
Can I exclude fields from search?
Yes, toggle any field on/off in the SearchJet dashboard settings. Exclude internal metadata, admin-only fields, or any data you don't want searchable.

Ready to Make Your Custom Fields Searchable?

Install the plugin and have every ACF field, custom post type, and metadata searchable in minutes.

Already have an account? Log in