This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Init Live Search – AI-Powered, Related Posts, Slash Commands

Init Live Search – AI-Powered, Related Posts, Slash Commands

Fast REST API live search with optional Meilisearch, AI-powered Related Posts, slash commands, ACF and WooCommerce support.

100+ active installs
5.0
(7 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Init Live Search – AI-Powered, Related Posts, Slash Commands running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
13 days ago
At least 39.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.9
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

100+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Init Live Search – AI-Powered, Related Posts, Slash Commands is looked after — not on how many stores run it.

96

out of 100
Well maintainedSome ratings or support history.

Maintenance
35 / 35
Updated 12 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 1 support thread(s) — not enough to judge.
Merchant satisfaction
12 / 15
5.0/5 across 7 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

7 ratings
5★7
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Deliver an ultra-responsive search experience to your visitors — no page reloads, no jQuery, no lag. Init Live Search is a modern, lightweight, and fully accessible live search solution for WordPress — now with optional Meilisearch integration, tag-aware matching, SEO metadata support, ACF integration, WooCommerce product filters, and customizable UI presets.

It replaces the default <input name="s"> with a clean, intuitive search modal powered entirely by the WordPress REST API. Everything loads in real-time — with zero disruption to browsing flow.

Perfect for content-heavy blogs, WooCommerce stores, or even headless sites. Every interaction is fast, fluid, and designed to work across devices.

Want typo-tolerant, sub-50ms relevance ranking on top of that? Connect your own self-hosted or cloud Meilisearch instance in a few clicks — Init Live Search will automatically prefer it for search, and just as automatically fall back to the built-in database search if it’s ever unreachable. Your visitors never see a broken search box.

It also brings AI-powered related posts and an advanced keyword generator — giving your visitors smarter ways to discover content.

This plugin is part of the Init Plugin Suite — a collection of minimalist, fast, and developer-focused tools for WordPress.

GitHub repository: https://github.com/brokensmile2103/init-live-search

What’s New in Version 1.8.x & 1.9.x

  • Optional Meilisearch Integration: connect your own Meilisearch server (self-hosted or cloud) as the primary search engine

    • Typo-tolerant, relevance-ranked, sub-50ms search results straight from Meilisearch
    • Automatic, transparent fallback to the local database search whenever Meilisearch is disabled, unreachable, or misconfigured — search availability is never compromised
    • New Meilisearch settings tab: Host URL, Index Name, Search Key, Admin/Indexing Key, request timeout, and a one-click “Test Connection” button
    • Posts are synced automatically on publish/update/trash/delete (non-blocking — won’t slow down the editor)
    • New WP-CLI command wp init-live-search meili-reindex for bulk-indexing or rebuilding the entire index
    • Sensitive indexing key can be defined via the INIT_LIVE_SEARCH_MEILI_ADMIN_KEY constant in wp-config.php instead of the database, for extra security
  • AI-Powered Related Posts: brand new [init_live_search_related_ai] shortcode

    • Uses multi-signal scoring (tags, series, title bigrams, same_keyword via ACF, category, views, comments, freshness)
    • Shares templates with [init_live_search_related_posts] (no extra styling needed)
    • Fully filterable via new developer hooks: ai_candidates, ai_signals, ai_weights, ai_score
  • Advanced Keyword Generator: upgraded algorithm for admin keyword suggestions

    • Replaced TF-IDF with BM25 term weighting
    • Added NPMI (fixed probability base) and Log-Likelihood Ratio (Dunning) for collocation strength
    • Generates bigrams and trigrams for richer, more specific keyword suggestions
    • Cross-document frequency penalty down-ranks phrases that are too generic across the site
    • MMR (Maximal Marginal Relevance) selection ensures diverse, non-redundant final keywords
    • Title-only source: clean signal, no excerpt noise, works reliably across all site types
    • Unicode-safe, locale-aware stop words (Vietnamese & English), and soft fallback mode
  • 404 Smart Redirect

    • Added “Auto Redirect 404 to Best Match” mode driven by Init Live Search scoring
    • Fully respects “Post Types to Include” settings
    • Uses unified resolver + filters for extensible post-type handling
    • Safety checks to avoid loops, invalid targets, and cross-type mismatches
  • Developer Filters Expansion

    • New filters added for AI related posts and keyword signals
    • Complete list now includes over 20 filters (*_fallback, *_post_ids, *_results, *_weights, *_commands, etc.)
    • Developers can hook into candidate pools, signal scores, and schema output with fine-grained control
  • Performance Optimizations

    • Smarter candidate pooling for related posts (recent + context-based)
    • Pre-cached scoring loop for AI signals to minimize queries
    • Safer regex handling in keyword processing to avoid PCRE errors
    • Reduced memory footprint in bigram statistics without sacrificing accuracy
  • Backward Compatible Enhancements

    • [init_live_search_related_posts] and [init_live_search_related_ai] now share the same rendering pipeline
    • Existing templates, schema, and CSS continue to work without modification
    • Auto insert related posts still works and can be switched to AI mode via shortcode override

Features

Packed with everything a modern live search needs — and more:

  • Live search via REST API (no admin-ajax, no jQuery)
  • NEW: Optional Meilisearch integration — typo-tolerant, relevance-ranked external search with automatic fallback to local DB search
  • Smart tag-aware search mode (title + tag match)
  • SEO metadata support: Yoast, Rank Math, AIOSEO, SEOPress, TSF
  • ACF field matching and customizable filters
  • Synonym expansion with fallback scoring logic
  • Slash commands: /recent, /popular, /tag, /id, /sku, /price, /coupon, etc.
  • WooCommerce support: search by product, SKU, brand, attribute, variation, coupon
  • Clean modal UI with keyboard navigation (↑ ↓ Enter Esc)
  • Optional voice input (SpeechRecognition)
  • Tooltip Quick Search (select text to trigger)
  • Favorites system via heart icon or /fav commands
  • Infinite scroll and smart category filter (no extra API)
  • Deep linking: ?modal=search&term=...
  • New [init_live_search] shortcode: insert input or icon anywhere
  • UI presets: default, fullscreen, topbar — with full CSS override
  • Local caching + analytics (CSV export, no personal data)
  • Developer-ready: custom slash commands, REST filters, JS hooks

Dark Mode Support

Enable dark mode for the modal by either:

  1. Adding the dark class:

    document.querySelector(‘#ils-modal’)?.classList.add(‘dark’);

  2. Or using a global config:

    window.InitPluginSuiteLiveSearchConfig = { theme: ‘dark’ };

Options: dark, light, auto

Admin Settings

  • Choose post types to include in search
  • Connect an optional Meilisearch server (Host, Index, Search/Admin keys, timeout, one-click connection test)
  • Configure modal triggers (input focus, triple click, Ctrl+/)
  • Enable slash commands (e.g. /recent, /tag, /id)
  • Enable support for + and - keyword operators (must-have, must-not-have)
  • Set default slash command to run on modal open (only if slash is enabled)
  • Set debounce time and max results
  • Choose search mode (title-only, tag-aware, full content)
  • Define custom ACF fields to include in search (optional)
  • Enable Search in SEO Metadata (Yoast, Rank Math, etc.)
  • Toggle excerpt display below each result (1-line contextual snippet)
  • Toggle fallback logic (bigram/trim)
  • Enable synonym expansion and manage synonym mappings (JSON editor)
  • Enable Search Analytics to log queries (no personal data stored)
  • Set max words for tooltip search
  • Enable voice input (SpeechRecognition API)
  • Enable result caching (localStorage)
  • Choose frontend UI style (default, fullscreen, or topbar)
  • Allow theme override via init-live-search/style.css
  • Automatically insert related posts after content or comments (optional)
  • Option to disable all built-in CSS completely
  • Add default UTM parameter to result links
  • Define or auto-generate keyword suggestions

Meilisearch Integration (Optional)

Init Live Search works great out of the box with zero setup — the built-in database search handles everything by default. But if you want faster, typo-tolerant, relevance-ranked search at scale, you can connect your own Meilisearch instance in a few minutes.

How it works:

  1. Install and run Meilisearch yourself — self-hosted (a small VPS is plenty for most blogs) or via Meilisearch Cloud. This plugin does not host or manage a server for you.
  2. Go to Settings → Init Live Search → Meilisearch, enter your Host URL, Index Name, and a search-only API key, then enable the integration.
  3. Run wp init-live-search meili-reindex once via WP-CLI to index your existing published content.
  4. That’s it — search requests are now answered by Meilisearch. New, updated, and deleted posts stay in sync automatically.

Built for safety, not lock-in:

  • If Meilisearch is disabled, unconfigured, or fails to respond (timeout, wrong key, server down), the plugin automatically and silently falls back to the local database search — visitors never see a broken search box.
  • Your sensitive indexing key can live in wp-config.php (INIT_LIVE_SEARCH_MEILI_ADMIN_KEY) instead of the database.
  • Turn it off any time — nothing about your site’s core search behavior depends on Meilisearch being present.

Keyboard Shortcuts

  • Arrow Up / Down — navigate between results
  • Arrow Right — add selected result to favorites (if not already added)
  • Arrow Left — remove selected result from favorites
  • Enter — open selected result or submit
  • Escape — close modal and reset state
  • Slash (/) — start a command instantly (e.g., /recent, /id 123)

Developer Reference: Shortcodes, Filters, and Hooks

Shortcodes

[init_live_search]
Display a search icon or input anywhere that opens the Init Live Search modal.

Attributes:
– type: icon (default) or input – choose between a clickable icon or a search box
– placeholder: (optional) text inside the input if type="input"
– label: (optional) adds a label next to the icon if type="icon"
– class: (optional) add custom classes like dark, my-style, etc.
– stroke_width: (optional) set the stroke width for the search icon (default: 1)
– radius: (optional) override the border radius of the input form (default: 9999px from CSS; only applied if value differs)

[init_live_search_related_posts]
Display a list of related posts (static HTML) based on post title or keyword, optimized for SEO and fully themable.

Attributes:
– id: (optional) the post ID to find related posts for (defaults to current post)
– count: (optional) number of posts to display (default: 5)
– keyword: (optional) override the keyword used for finding related posts
– template: (optional) layout template to use — default, grid, classic, compact, thumbright
– css: 1 (default) or 0 – disable default CSS if you want to fully style it yourself
– schema: 1 (default) or 0 – disable JSON-LD ItemList output for SEO schema

[init_live_search_related_ai]
Display a list of AI-powered related posts using multi-signal scoring (tags, series, title bigrams, same_keyword via ACF, category, views, comments, freshness).
Uses the same templates as [init_live_search_related_posts], so no extra styling is required.

Attributes:
– id: (optional) the post ID to find related posts for (defaults to current post)
– count: (optional) number of posts to display (default: 5)
– post_type: (optional) restrict results to one or more post types (default: post)
– template: (optional) layout template to use — default, grid, classic, compact, thumbright
– css: 1 (default) or 0 – disable default CSS if you want to fully style it yourself
– schema: 1 (default) or 0 – disable JSON-LD ItemList output for SEO schema

Filters for Developers

Init Live Search includes many filters to help developers customize behavior and output at various stages of the search flow.

Full documentation (with code samples & advanced usage): Using Filters in Init Live Search

Popular filters

init_plugin_suite_live_search_enable_fallback
Enable or disable fallback logic when few results are found.

init_plugin_suite_live_search_post_ids
Customize the array of post IDs returned from the query.

init_plugin_suite_live_search_result_item
Modify each result item before it’s sent in the response.

init_plugin_suite_live_search_results
Filter the final array of results before being returned.

init_plugin_suite_live_search_query_args
Modify WP_Query arguments for different commands.

init_plugin_suite_live_search_ai_weights
Adjust AI scoring weights for related posts.

(…and more in the full docs)

REST API Endpoints

Fully documented, lightweight, and API-first endpoints. Ideal for headless or decoupled builds.
All endpoints are under namespace: initlise/v1

Full documentation (with examples & parameters): REST API Endpoints in Init Live Search

Popular endpoints

/search?term=example
Standard search query (uses plugin settings like post types, search mode, fallback…).

/id/{id}
Fetch a post by ID (returns permalink).

/recent
Fetch the most recent posts.

/tax?taxonomy=category&term=slug-or-id
Fetch posts by taxonomy (category, tag, or custom).

/related?title=page-title&exclude=ID
Fetch posts related to the current page title.

/product?...
Fetch WooCommerce products with flexible query parameters.

(…and more in the full docs)

License

This plugin is licensed under the GPLv2 or later.
You are free to use, modify, and distribute it under the same license.

Does this plugin use jQuery?

No. It’s built entirely with modern Vanilla JavaScript — no jQuery, no external dependencies.

What is Meilisearch and do I need it?

Meilisearch is a fast, open-source search engine known for typo-tolerant, relevance-ranked results. You don’t need it — Init Live Search’s built-in database search works fully on its own. Meilisearch is an optional upgrade for sites that want that extra layer of speed and fuzzy-matching quality at scale.

Does Init Live Search host Meilisearch for me?

No. Meilisearch is bring-your-own-server: you install and run it yourself (self-hosted or via Meilisearch Cloud), then connect it from the plugin’s settings. This keeps the plugin free and keeps you in full control of your data and infrastructure.

What happens if my Meilisearch server goes down?

Nothing breaks. The plugin automatically detects the failure (or timeout) and falls back to the local database search for that request — visitors won’t notice anything except perhaps a slightly less fuzzy match.

How do I index my existing posts into Meilisearch?

Run wp init-live-search meili-reindex via WP-CLI after connecting your Meilisearch instance. New, updated, and deleted posts sync automatically after that.

Can I insert the search box anywhere on the page?

Yes. Use the [init_live_search] shortcode to insert a search input or icon anywhere. You can also add custom classes or enable dark mode.

How is the search triggered?

By default, it binds to any <input name="s">. You can also trigger it via:
– Ctrl + / (or Cmd + /)
– Triple-click on blank space
– Text selection tooltip
– ?modal=search in the URL
– Any element with data-ils attribute

Can I prefill the modal from a link?

Yes. Append ?modal=search&term=your+keyword or #search to any URL to prefill the modal and trigger it.

Is voice search supported?

Yes. It uses the browser’s SpeechRecognition API with auto-stop, language detection, and error handling.

What are slash commands?

Slash commands are typed commands starting with /, such as:
– /recent — show latest posts
– /tag seo — filter by tag
– /category news — filter by category
– /id 123 — fetch a post by ID
– /fav, /fav_clear — manage favorites
– /random — show a random post
– /history, /history_clear — manage recent search history

If WooCommerce is active:
– /product, /sku, /price, /stock, /on-sale, /coupon

If other Init plugins are active:
– /popular, /trending, /day, /week, /month — via Init View Count
– /read — via Init Reading Position

You can disable slash commands entirely in the plugin settings. Developers can register custom ones using the init_plugin_suite_live_search_commands filter.

What is the Quick Search tooltip?

When users select 1–8 words, a floating tooltip appears to trigger an instant search. You can configure or disable it in settings.

Does it support synonyms or alternate keywords?

Yes. You can define custom keyword → synonym mappings via the Synonyms tab in settings.
When enabled, the plugin will auto-expand search terms using these synonyms if few results are found.

Can it search in SEO fields and tags?

Yes. The plugin supports a special “Smart Tag-Aware” mode that matches both post titles and tags.
It can also search inside SEO Titles and Meta Descriptions from plugins like Yoast SEO, Rank Math, AIOSEO, The SEO Framework, and SEOPress.

Does it support WooCommerce?

Yes. You can search for products by:
– Keyword
– SKU
– Price range (/price)
– Stock status (/stock)
– Sale status (/on-sale)
– Brand, attribute, variation, and coupons (/coupon)

Results include title, price, stock status, and Add to Cart links.

Does it support excerpts in search results?

Yes. It generates a 1-line contextual excerpt with the keyword highlighted for better scan-ability.

Can this plugin automatically display related posts without using a shortcode?

Yes. In the plugin settings, you can choose to automatically insert related posts after the content or around the comment section.
It uses the [init_live_search_related_posts] shortcode internally with a default layout.
You can still use the shortcode manually for full control.

Can I override or disable the plugin’s CSS?

Yes. You can:
– Drop init-live-search/style.css in your theme
– Choose a built-in preset (style-full.css, style-topbar.css)
– Or disable all built-in CSS and style it from scratch

Is it mobile-friendly?

Yes. The modal is responsive with mobile optimizations like excerpt clamping and floating mic button.

Is result caching supported?

Yes. It uses localStorage to cache search results and reduce repeat queries.

Does the plugin track user data?

Only if Search Analytics is enabled. It logs:
– Search term
– Timestamp
– Result count
No personal information (IP, user agent, etc.) is stored.

What happens if I press Enter without selecting a result?

The plugin will redirect to WordPress’s default search results page.

Can I use this in a headless setup?

Yes. All features are powered by REST API (initlise/v1) — ideal for decoupled frontends.

Can I preload a default slash command when the modal opens?

Yes. In settings, you can define a default command like /recent, /read, or /related. There’s also a “smart detection” mode based on page context.

Does it support multiple languages?

Yes. It auto-detects the active language when Polylang or WPML is installed. You can also filter results via init_plugin_suite_live_search_filter_lang.

Plugin details
Version1.9.4
Last updated2026-07-20 4:06pm GMT
Added2025-05-22
Requires WordPress5.9
Tested up to7.0.2
Requires PHP7.4

Tags on WordPress.org
ai search
live search
meilisearch
related posts
woocommerce
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy