Skip to main content

Catalog and auto suggest

Configure indexing under WordPress Admin → Divi Engine → Divi Ajax Filter.

This page covers the admin toggles. For feature-level behavior and when to use each engine, see Catalog index and Auto suggest.

Catalog index

Open the Catalog index section.

Setup

SettingTypeDefaultWhat it does
Catalog engineSelectWordPress (legacy)Chooses how filter requests resolve matching post IDs: WordPress, Internal SQL index, Typesense, Cloud index, or Elasticsearch.
Rebuild internal indexButtonRebuilds the local SQL index (Internal engine). Engine-specific wizards appear for Typesense, Cloud, and Elasticsearch.

WordPress mode uses the standard query path and has no Maintenance tab. Other engines show Setup and Maintenance.

Maintenance

Maintenance appears when the engine is not WordPress.

Advanced

SettingTypeDefaultWhat it does
Hybrid fallback to WordPressToggleOn (typical)If the active engine cannot satisfy a filter state, fall back to the legacy WordPress query instead of returning no results.
Maximum post IDs per requestNumberEngine defaultCaps how many IDs a catalog engine may return before the main query runs.
Flush transient cache when rebuilding internal indexToggleClears filter transient cache after an internal index rebuild so visitors do not see stale ID sets.

Indexing schedule

SettingTypeDefaultWhat it does
Update index when content is savedToggleSyncs the index when you publish or update posts and products.
Scheduled full rebuildSelectManual onlyManual only or Daily (WordPress cron) for a full rebuild.
Also sync Typesense / Elasticsearch on daily scheduleToggleWhen daily rebuild runs, also batch-sync external search profiles (shown when schedule is Daily).

Rate limiting

SettingTypeDefaultWhat it does
Enable rate limitingToggleLimits public catalog-related filter requests per visitor IP.
Requests per minuteNumberMaximum catalog filter requests allowed per IP each minute.

Auto suggest

Open the Auto suggest section. This phrase index powers keyword suggestions on Text Search filter fields. It is separate from the catalog engine and from Live search (which requires Divi Machine).

SettingTypeDefaultWhat it does
Enable search phrase indexingToggleTurns on the lightweight phrase index used for Auto suggest.
Include WooCommerce product categoriesToggleIndexes published product category names.
Include WooCommerce product tagsToggleIndexes published product tag names.
Include blog categoriesToggleIndexes published post category names.
Popular search phrases (one per line)TextareaOptional curated phrases. Rebuild after editing.
Rebuild search phrase index nowButtonRebuilds the phrase index immediately.

After you change sources or curated phrases, click Rebuild search phrase index now, then test a Text Search field with Auto suggest enabled.

What's Next