Introduction:
WP Extended Search is a lightweight search plugin for WordPress. It offers smooth and simple search settings to modify the default WordPress search query.
A key feature of the plugin is its ability to select meta keys, tags, categories, and custom taxonomies. This allows site's admin to choose single or multiple meta keys and taxonomies to include in the search query. For instance, if an administrator wants to include a meta key like Location with terms such as loc1, loc2, and loc3, they can select only this meta key to include in the search results. If a user then searches for loc1, the posts related to loc1 will appear on search results.
Installation:
Install WP Extended Search from the 'Plugins' section in your dashboard (Plugins > Add New > Search for 'WP Extended Search').
Or
Download WP Extended Search from here and upload it to your webserver via your FTP application. The WordPress codex contains instructions on how to do this here.
Activate the plugin and navigate to (Settings > Extended Search) to choose your desired search settings.
Kay Information:
- By default, the plugin has WordPress default settings. You need to change the settings according to your requirements. You can also revert the settings to default by clicking "Reset to WP default".
- Settings have an OR relation with each other. For instance, if a user searches for "hello world", then both words or any word (You can customize this relation since version 1.1) should be present in the title, content, tag, category, etc., whichever options are selected.
- The plugin does not affect search results in admin screens.
- Meta keys starting with an underscore (_) are not selectable, as these are default WordPress meta keys typically without human-readable values.
- Only those post types and taxonomies are available to select which have a UI and public visibility.
- Global search setting alters the main search query and all secondary WP queries on the front-end and Ajax requests. It does not alter the REST request. To enable REST support, you need to pass
wpessid
with request. See this post for more details.