Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Tests done by WP Hive test script Results
Minimal impact on memory usage The memory usage of this plugin is less than the average memory usage of other plugins on WordPress.org + 200KB. Check FAQ for more.
Minimal impact on pagespeed The impact of this plugin on PageSpeed is less than the average impact of other plugins on WordPress.org + 1000 milliseconds
No PHP errors, warning, notices WP Hive automated test found no PHP error while activating this plugin on our server
No Javascript issues WP Hive automated test found no JavaScrip error while activating this plugin on our server
Latest PHP 8.1.12 compatible WP Hive automated test found the plugin fully compatible with the latest version of PHP
Latest WordPress 7.0.2 compatible WP Hive automated test found the plugin fully compatible with the latest version of WordPress
Optimized database footprint The plugin creates less than 50 database tables
No activation errors WP Hive automated test found no activation error while activating this plugin on our server
No resource errors WP Hive automated test found no resource error/s while trying this plugin on our server
Frequently updated The plugin was not updated at least once in the last 90 days
All the plugins are tested on the same server with exactly same configuration via test script that automatically activates and logs the data WP Hive shows.
All the scripts run on a VPS with 8 CPU cores and 8 GB of RAM.
The test sites are hosted on Google Cloud VM instances, one site/plugin per instance. The machine type is n1-standard-1. The server is a 8 core CPU with 8GB of RAM.
The test sites are hosted on Apache/2 server and they are tested on PHP 8.1.12 & WordPress 7.0.2.
The database server is MySQL 10.6.10 and the default PHP memory limit is 512M.
Disclosure: When you buy through affiliate links on this site, WP Hive may earn a commission which we use to keep the site running. Learn more →
About Init Live Search
Description
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 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....
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 tag-aware matching, SEO metadata support, ACF integration, WooCommerce product filters, and customizable UI presets.
It replaces the default with a clean, intuitive search modal powered entirely by the WordPress REST API. Everything loads in real-time — with zero disruption to browsing flow.
You get:
– Beautiful preset styles (fullscreen, topbar, or default)
– Fully keyboard accessible (↑↓←→ Enter Esc)
– Slash commands (/recent, /tag, /id, etc.) for power users
– Quick Search tooltip triggered by selecting text
– Voice input via browser SpeechRecognition
– SEO-aware matching from popular plugins (Yoast, Rank Math, AIOSEO, etc.)
– ACF field support for advanced content types
– Local result caching and fallback logic
– Theme override support or option to disable all plugin CSS
Perfect for content-heavy blogs, WooCommerce stores, or even headless sites. Every interaction is fast, fluid, and designed to work across devices.
This plugin is part of the Init Plugin Suite — a collection of minimalist, fast, and developer-focused tools for WordPress.
This plugin includes multiple filters to help developers customize behavior and output at various stages of the search flow.
init_plugin_suite_live_search_enable_fallback
Enable or disable fallback logic (trimming or bigrams) when few results are found. Applies to: search Params:bool $enabled, string $term, array $args
init_plugin_suite_live_search_post_ids
Customize the array of post IDs returned from the search query. Applies to: search Params:array $post_ids, string $term, array $args
init_plugin_suite_live_search_result_item
Modify each result item before it’s sent in the response. Applies to: search Params:array $item, int $post_id, string $term, array $args
init_plugin_suite_live_search_results
Filter the final array of results before being returned. Applies to: search Params:array $results, array $post_ids, string $term, array $args
init_plugin_suite_live_search_category
Customize the category label shown in search results. Applies to: all endpoints Params:string $category_name, int $post_id
init_plugin_suite_live_search_default_thumb
Override the default thumbnail if the post lacks a featured image. Applies to: all endpoints Params:string $thumb_url
init_plugin_suite_live_search_query_args
Modify WP_Query arguments for recent, date, taxonomy-based, or product-based commands. Applies to:recent, date, tax, product, random Params:array $args, string $type, WP_REST_Request $request
init_plugin_suite_live_search_stop_single_words
Customize the list of single-word stopwords removed before generating bigrams. Applies to: keyword suggestion Params:array $stop_words, string $locale
init_plugin_suite_live_search_stop_words
Customize the stop-word list used when auto-generating suggested keywords. Params:array $stop_words, string $locale
init_plugin_suite_live_search_taxonomy_cache_ttl
Customize the cache duration (in seconds) for the /taxonomies endpoint. Return 0 to disable caching. Applies to:taxonomies Params:int $ttl, string $taxonomy, int $limit
init_plugin_suite_live_search_filter_lang
Filter the list of post IDs by the current language. Supports Polylang and WPML. Applies to: search, related, read, and other multilingual-aware endpoints Params:array $post_ids, string $term, array $args
init_plugin_suite_live_search_category_taxonomy
Override the taxonomy used to fetch and display category labels in results. Applies to: all endpoints Params:string $taxonomy, int $post_id
init_plugin_suite_live_search_seo_meta_keys
Customize the list of meta keys used for matching SEO Titles and Meta Descriptions. Applies to: search (when Search in SEO Metadata is enabled) Params:array $meta_keys
init_plugin_suite_live_search_weights
Customize the weighting array used to merge and sort post IDs from multiple sources (title, SEO, tag, etc.). Applies to: search (search modes: title, title_tag, title_excerpt) Params:array $weights, string $search_mode
REST API Endpoints
Fully documented, lightweight, and API-first endpoints. Ideal for headless or decoupled builds.
All endpoints are under namespace: initlise/v1
/search?term=example
Standard search query (uses settings like post types, search mode, fallback…)
/id/{id}
Fetch a post by ID. Returns permalink.
/recent
Fetch the most recent posts based on plugin settings.
/date?value=Y, /date?value=Y/m, /date?value=Y/m/d
Fetch posts by year, month, or day.
/tax?taxonomy=category&term=slug-or-id
Fetch posts by taxonomy (e.g., category, post_tag, or custom).
/related?title=page-title&exclude=ID
Fetch posts related to the current page title (useful for showing similar articles).
/read?ids=1,2,3
Fetch post data by IDs stored in localStorage (e.g., by Init Reading Position plugin or custom logic).
/random
Return a random published post based on settings. Redirects via JavaScript.
/taxonomies?taxonomy=category
Return a list of taxonomy terms (e.g., categories, tags), sorted by count.
page: For pagination
Returns basic product info (title, URL, price, category, thumbnail), sale and stock status, and add_to_cart_url. Caching is applied per query.
License
This plugin is licensed under the GPLv2 or later.
You are free to use, modify, and distribute it under the same license.
Want to skyrocket the popularity of your plugin and reach millions of eager users? Look no further than WP Hive. Gain credibility through in-depth reviews, drive conversions with targeted email marketing, and boost visibility with strategic social promotion and exposure
Be Part of the Conversation with WordPress Enthusiasts
Using Init Live Search? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience Init Live Search brings to you.