Skip to main content

Live search

Divi Machine required

Live search (post results) is a Divi Machine feature. Divi Ajax Filter alone includes Auto suggest and archive refresh while typing—not the rich post dropdown.

Purpose

Live search shows matching posts or products in a rich dropdown as visitors type. Results can include title, image, excerpt, price, result count, pagination, and optional Divi Library loop layouts.

Use it when shoppers should jump straight to a product or post from the search field. Use Auto suggest when you only need fast category/tag-style keyword hints.

Live search suggesting product names such as Spring Pin while typing in a search field

Where it appears

ContextBehavior
Filter Posts → Text Search itemRich dropdown under the field. Pair with Archive Loop if you also want the grid below to update.
Search Posts module (Machine)Dropdown suggestions only. Use Filter Posts + Archive Loop if results should update on the same page below the field.
Site search forms (Machine setting)Optional enhancement for Divi/theme search forms site-wide.

Live search options for Text Search live on the Filter Posts Item (not on the parent Search Posts module).

  1. Confirm Divi Machine is installed and active.
  2. Edit the page and open Filter Posts → Filter items → Text Search.
  3. Turn on Live search (post results).
  4. Configure appearance and behavior:
SettingWhat it does
Typing delay (ms) / Minimum charactersWhen the dropdown starts fetching
Suggestions limitMaximum results per request (1–15)
Suggestion click actionFill only, fill and filter, or go to the result
Show image / title / excerpt / priceWhat each result row displays
Show result countResult count in the panel
Enable paginationPage through more results in the panel
Template styleText list, Image and text, or Loop layout
Loop layoutDivi Library layout when template style is Loop layout
Show author / date / categories / tags / other taxonomiesMeta for built-in templates
Link term archivesLink taxonomy terms to their archives

You can enable Auto suggest and Live search together. Phrase suggestions stay lightweight; Live search loads full post rows (and may be slower).

Machine plugin settings

Under Divi Engine → Machine Settings → Search settings:

SettingWhat it does
Allow live search for Search Posts modulesSite-wide kill switch for Search Posts module live search (on by default)
Enhance site search forms with live searchOptional: attach live search to matching Divi/theme search forms

When enhancing site forms you can:

  • Add Additional CSS selectors (one per line; defaults to forms with role="search")
  • Include legacy theme search forms (wider match; use excludes if needed)
  • Exclude containers (one CSS selector per line)
  • Cap Maximum forms to enhance per page

Disable a specific form with data-dmach-live-search="off" on the form or the search field.

Also configure classic Machine search scopes (Use Divi Machine Search, common fields, ACF groups) so keyword search knows which fields to query.

Live search vs Auto suggest

Auto suggestLive search
DataPhrase index (categories, tags, curated phrases)Live post/product search
UILightweight phrase rowsRich rows, optional count/pagination/layouts
PluginAjax Filter (+ optional Machine)Divi Machine required
Phrase indexRequired (enable + rebuild)Not required

See Auto suggest for phrase index setup.

What's next