Discover, trust, install: FAIR 1.0 is here
Smart Search Control
Version: 1.0.1
Description
Enhance the search functionality of your WordPress and WooCommerce site with the Smart Search Control Plugin. This plugin adds a powerful and intelligent search engine to your site without replacing the default WordPress search. It allows you to display customizable search forms anywhere using shortcodes, offering users more accurate and relevant results where needed.
Key Features
- Improved Accuracy: Delivers more relevant search results by analyzing content beyond titles and excerpts.
- Customizable Search Algorithm: Fine-tune the search algorithm to prioritize specific content types or fields.
- Live Search Suggestions: Provides real-time search suggestions as users type, improving the search experience.
- Custom Fields Support: Indexes and searches within custom fields created by plugins like Advanced Custom Fields (ACF).
- WooCommerce Compatibility: Optimizes search for WooCommerce products, including product attributes and variations.
- Search Analytics: Track user search queries to gain insights into what your visitors are looking for.
- Easy Installation and Setup: Simple installation and configuration process.
Configuration
- Navigate to the Smart Search Control settings page in your WordPress admin panel.
- Configure the search settings based on your preferences, including:
- Selecting which content types to include in the search.
- Prioritizing specific fields or content for more accurate results.
- Adding a custom placeholder, CSS ID, and CSS class for styling and customization.
- Select the page where you want to display the search results from the available options or create a new one for this purpose.
- Click Save to apply your configuration.
Usage
To use the smart_search_control shortcode, simply insert the following shortcode into your post, page, or widget and provide an existing id associated with a configured search control. This will display the smart search form on that page.
Example
php
[smart_search_control id="123"]
In this example, 123 should be replaced with the ID of an existing smart search setup. Once added, the corresponding search form will appear on the page and be fully functional.
Troubleshooting
- If you encounter any issues, please refer to the plugin documentation or contact our support team.
Support
For support, please visit our support forums or contact us through our website.
Installation
-
WordPress Plugin Repository:
- Go to your WordPress admin panel.
- Navigate to “Plugins” > “Add New”.
- Search for “Smart Search Control”.
- Click “Install Now” and then “Activate”.
-
Manual Installation:
- Download the plugin ZIP file.
- In your WordPress admin panel, go to “Plugins” > “Add New”.
- Click “Upload Plugin” and select the ZIP file.
- Click “Install Now” and then “Activate”.
Faq
-
Is the plugin performance optimized?
- Yes, the plugin is designed to be efficient and optimized for performance.
-
Is this plugin compatible with WooCommerce?
- Yes, the plugin enhances search for WooCommerce products.
-
Can I customize the search results page?
- The plugin improves the search results, and you can further customize the appearance using your theme’s templates.
-
Does it support custom post types?
- Yes, the plugin supports custom post types.
Reviews
Changelog
-
1.0.1
- Remove php 5.4 support for stability
- Added filter to update per page result counts.
- Added filter to update count on search suggestions.
- Added action hook to add new column to the admin table that displays all the created shortcodes.
- Added action hook to add new fields to the search form.
- Added action hook to add custom content to the settings page.
-
1.0.0
- Initial release