WP Search Suggest
Provides title suggestions while typing a search query, using the built-in jQuery suggest script.
The facts
- Rating
- 4.6★ from 11
- Active installs
- 400+
- Price
- Free
- Last updated
- 21 Aug 2026
- Added
- Apr 2011
- Requires WP
- 3.3
- Tested up to
- WP 6.9.7
- Downloads
- 33,782
Our analysis
AI-assistedWP Search Suggest is a WordPress plugin that provides search suggestions based on user input in the search field. It uses AJAX to fetch matching results from the database without requiring any changes to template files, integrating seamlessly with the existing WordPress API.
This plugin is suitable for websites that want to enhance their search functionality by offering users real-time suggestions as they type. It is particularly useful for improving user experience on content-rich sites where quick access to relevant information is important.
Best for: Websites looking to improve their search functionality and user experience.
What it does well
- ✓Provides real-time search suggestions
- ✓Uses AJAX for dynamic updates
- ✓No template file changes required
- ✓Integrates with the existing WordPress API
- ✓Available in multiple languages
Where it falls short
- •Limited information on additional features
- •No details on support or updates beyond translations
Verdict
WP Search Suggest offers a straightforward solution for enhancing search capabilities on WordPress sites. It is a practical choice for those seeking to provide users with immediate search feedback.
From the developer
Konstantin Obenland's own description of WP Search Suggest, lightly tidied.
This plugin lets you provide the user with search suggestions based on the information entered in the search field.
It adds an AJAX call to the search form, returning matches for the current search query from the database.
There is no change of template files necessary as this plugin hooks in the existing WordPress API to unfold its magic.
Translations
I will be more than happy to update the plugin with new locales, as soon as I receive them!
Currently available in:
- English
- Deutsch
- Czech
Filter Reference
wpss_search_query_args (array|string)
The query args, passed to WP_Query, either as an array or a string.
An array with the default query args and the current search query are passed to the filter.
wpss_search_results (array)
An array with the result strings as values. An array with the default results and the WP_Query object are passed to the filter.