What is JetSearch plugin?
JetSearch is Crocoblock’s AJAX search plugin for Elementor and Gutenberg, providing a visual search widget with instant suggestions that appears as users type — without page reloads. Unlike WordPress’s default search (full page reload for results), JetSearch delivers a “search as you type” experience with a dropdown displaying matching posts, products, or custom post type entries with titles, thumbnails, and brief descriptions.
JetSearch is configurable for which post types to search, what data to include in the results dropdown (title, excerpt, thumbnail, price for WooCommerce), and the minimum character threshold before suggestions appear. Results can link to the individual post or to a custom search results page built with JetEngine. The plugin supports custom field searching, taxonomy filtering within the search, and custom result ordering.
JetSearch is most valuable for content-rich sites and WooCommerce stores where the default WordPress search provides poor user experience — flat text results, no instant feedback, and no image previews. Pricing: $19/year per site. JetSearch is included in the Crocoblock All-Inclusive plan. For Crocoblock users building search-dependent user flows (product catalogs, directory sites, knowledge bases), JetSearch integrates natively with JetEngine and other Jet plugins.
Need Help With JetSearch Setup, Troubleshooting, or Customization?
Need help with JetSearch? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get JetSearch Expert HelpKey Features
- AJAX search suggestions appearing as the user types
- Visual results dropdown: thumbnail, title, price (WooCommerce), excerpt
- Configurable post types to include in search (posts, pages, products, custom types)
- Custom field data in search scope
- Minimum character trigger for suggestions
Pros & Cons
Pros
- Instant search suggestions dramatically improve e-commerce and directory site UX
- Visual results with thumbnails make products recognizable in search dropdown
- WooCommerce price display in search results helps users identify the right product
Cons
- Primarily valuable within the Elementor + Crocoblock ecosystem
- Standalone AJAX search plugins (SearchWP) provide more sophisticated search relevance and indexing
Free vs Premium
Paid only. $19/year per site. Included in Crocoblock All-Inclusive ($199/year, 1 site).
Common Problems & Fixes
JetSearch is showing results from all post types including private pages and system posts — how do I limit results to specific post types?
In the JetSearch widget settings in Elementor, find the “Post Types” configuration. Uncheck all post types except those you want to appear in search results. For a WooCommerce store: check only “Product”. For a blog: check only “Post”. For a directory: check the custom post type for your directory listings. Also enable “Exclude” settings to prevent specific posts or categories from appearing in results even if their post type is included.
JetSearch results are not updating as the user types — the search box accepts input but no suggestions appear. How do I fix the AJAX search?
JetSearch uses AJAX requests to fetch suggestions. If no suggestions appear: (1) check browser DevTools Console for JavaScript errors; (2) check the Network tab for failed AJAX requests when typing in the search box; (3) a security plugin may be blocking JetSearch’s AJAX endpoint — check security plugin logs; (4) the minimum character setting may require more characters before triggering — reduce to 2 characters for testing; (5) verify the search widget is set to a post type that has published content matching the search term.
JetSearch is displaying posts that match the search title but not searching inside post content or custom fields. How do I extend the search scope?
JetSearch searches WordPress’s default search columns (post_title, post_content) by default. To extend to custom fields: (1) enable “Custom Fields Search” in the widget settings; (2) specify which meta keys to include in the search scope; (3) for taxonomy search (find posts by tag or category name), enable taxonomy search and select the relevant taxonomies. For complex search across many custom fields or with relevance ranking, SearchWP or Relevanssi provides more sophisticated search indexing and relevance scoring than JetSearch.
Customization & Developer Notes
How do I display WooCommerce product prices in JetSearch results?
In the JetSearch widget settings, enable WooCommerce integration and include “Product Price” in the search results template. Configure the results template to show: product thumbnail, product name, and price. The price appears in the search suggestion dropdown alongside the product image, helping shoppers identify products by price without opening individual product pages. For variable products, configure whether to show the price range or the starting price.
How do I create a dedicated search results page that displays results from JetSearch in a full page layout?
Create a WordPress page for search results (e.g., /search-results/). Add a JetEngine Listing Grid to this page, configured to display the search query results (use the “search” query variable from the URL). In JetSearch widget settings, set the “Results Page URL” to this page. When users click “View All Results” in the search dropdown or press Enter, they are redirected to this page with the search query in the URL, and JetEngine displays the full results in the configured listing layout.
Frequently Asked Questions
Is JetSearch better than SearchWP for WordPress search?
SearchWP is significantly more powerful for search relevance and indexing: it rebuilds the search index, weights fields by relevance, supports fuzzy matching, and provides search analytics. JetSearch focuses on the visual AJAX suggestion UX (dropdown with thumbnails) rather than search quality. For content-heavy sites where finding the right result matters (documentation, knowledge bases, large e-commerce catalogs), SearchWP’s relevance improvements are more impactful. For visual search suggestion UX within the Crocoblock ecosystem, JetSearch provides a well-integrated solution.
Does JetSearch work with WooCommerce product variations?
JetSearch searches WooCommerce products at the parent product level — searches match against parent product titles, descriptions, and SKUs. Product variation-level search (searching for a specific color or size variant) is not natively supported. When a parent variable product matches the search, it appears in results with the parent product’s thumbnail and price range. The customer then selects their variation on the product page after clicking the search result.
Can JetSearch break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing JetSearch?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.