Global Setting
Once you activate the plugin, there will be no effect on your site search results because the initial setting is the same as the WordPress default setting.
To customize the setting, go to Extended Search > Search Settings.
There are many options to tweak the search results. All of these options will affect the search result globally. It means you don't need to add a new search form or widget, and no further steps are needed from you.
The global setting also affects front-end search queries from other plugins/themes. So the global setting is a complete plug and play. But for any reason, if you want to disable WPES for others search queries you can do this via WordPress actions/filters, see Hooks.
In case you just want to configure WPES for specific site searches without impacting your existing WordPress search then you can disable the global search. Scroll to the bottom and click "Disable WPES for global search".
To create a custom search form with specific search criteria, read the next section.
Custom Setting
WPES version 2.0 allows you to save more than one configuration setting. To distinguish them you need to name each one except the global setting.
To create a new setting go to Extended Search > Setting Names and click Add new setting name then name it and Publish.
Once you publish a setting, you will see detailed instructions to use this setting in multiple ways.
Please note that, for custom settings, you have to use a separate search form, or you can modify the search form template and just add the HTML code as per the instructions provided on the edit setting page.
Now click Configure Search Setting and modify different options and save.
That’s it! The new search form will use search criteria set up in this new setting.
Delete a setting
To delete a setting you need to delete it permanently. Just trashing the setting will remove it from the various lists, but it will continue to work and exist in the database.
Adding a search form
A separate search form is only needed if your site is using any custom search setting. For the global search setting, your existing search form will continue working.
To add a search form, you can use a WPES Search Form Widget, shortcode, or PHP function. You can also integrate it into an existing searchfrom.php
template.
To get the shortcode and PHP code, go to Extended Search > Setting Names, Edit a setting, and see the section Uses.