Snappy Search is a powerful and lightweight AJAX search plugin that enhances your site's search functionality with lightning fast results. Powered by TNTSearch, it indexes your WordPress posts, pages, products, and downloads for instant, accurate, and efficient searching. Say goodbye to slow searches, this plugin ensures a seamless user experience with improved relevancy. Perfect for blogs, news sites, and content heavy websites. For even faster search performance, install our Snappy Search Enhancements MU plugin to disable unnecessary plugins during search requests.
- Instantly searching WooCommerce products
- Instantly searching Easy Digital Downloads downloads
- Instantly searching WordPress Posts
- Instantly searching WordPress Pages
- Advanced repo search for finding plugins and themes. Demo
- Search through all posts fast without requiring multiple page loads
- Set how many characters to trigger the AJAX search
- Set a typing delay before an AJAX request is made
- Tab selection between various indexes if more than one is enabled
- Adds a dropdown by defined selector to search form to show results
- Shortcode [snappy_search_polyplugins] to inject a Snappy Search form anywhere
- Can build indexes for products, downloads, posts, and pages
- Background sync for indexes
- Index updater that handles when data is added, updated, removed, set to draft, or visibility hidden.
- Ability to adjust the batch size for the initial index so smaller servers don't get overloaded
- Limit the number of results displayed
- [NEW] Popular search terms can be displayed below the search
- [NEW] Add your own custom shortcode template by copying snappy-search-form.php to your theme folder
- Reindexer button
- Adds /wp-json/snappy-search/v1/products endpoint to get array of post id's (Requires WooCommerce)
- Adds /wp-json/snappy-search/v1/downloads endpoint to get array of post id's (Requires EDD)
- Adds /wp-json/snappy-search/v1/posts endpoint to get array of post id's
- Adds /wp-json/snappy-search/v1/pages endpoint to get array of post id's
- Add support for using the WP DB instead of SQLite since TNTSearch supports it
- Add analytics for 0 search items and other things
- Add scroll to load more results
- Add logging class from our other plugins
- Add another shortcode for replacing advanced search
- Add ability for admin side nav to jump to sub settings
We are not lawyers and always recommend doing your own compliance research into third-party plugins, libraries, etc., as we've seen other plugins not be in compliance with these regulations.
This plugin uses the Bootstrap, BootStrap Icons, and SweetAlert2 third-party libraries. These libraries are loaded locally to be compliant with data protection regulations. This plugin also uses TNTSearch.
This plugin collects and stores certain data on your server to ensure proper functionality. This includes:
- Storing plugin settings
- Remembering which notices have been dismissed
- Storing search terms made by users when enabled
- Backup WordPress
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
- Configure the plugin
By default, it will index 10 posts per minute.
- Added: Custom template for shortcode search so the layout can be changed. Add your own custom template by copying snappy-search-form.php to your theme folder
- Added: Popular searches that display under the search form
- Added: Popular search enable setting
- Added: Popular search limit setting to only show top X number of popular search terms below the form
- Added: Popular days setting for the number of days of search term history to look through for popular search terms
- Added: Popular tracking delay setting to handle triggering tracking search after it's been completed, this must be larger than typing delay
- Added: Popular search character setting for preventing non words from showing in popular search terms
- Added: Popular result count setting to prevent search terms with no or low results from showing
- Added: Popular blacklist setting to block specific search terms from showing as popular
- Added: Cron that cleans up popular searches table based on number of days for a search term to be considered popular
- Added: Handling for creating the new popular search term table
- Added: Max character setting under general to limit the length of search terms
- Updated: Endpoint names with old endpoints still being accessible, but they will be removed in the future, so please update references if you are using them outside of this plugin
- Updated: TNTSearch to 5.0.1
- Updated: Translations
- Moved: Activation logic to it's own classes
- Moved: Snappy Search settings to top level
- Added: Support for WooCommerce Products
- Added: Support for Easy Digital Downloads
- Added: Support for Pages
- Added: Shortcode [snappy_search_polyplugins] to inject a Snappy Search form anywhere
- Added: Index updater that handles when data is added, updated, removed, set to draft, or visibility hidden.
- Added: Reindex button to settings
- Added: Characters and Typing Delay options under General settings
- Added: Enabled option under various index types
- Added: Tab navigation to search if showing more than one index
- Updated: Name to Snappy Search
- Bugfix: Cron jobs may not register during activation
- Added: Repo Advanced Search
- Initial Release