A WordPress plugin to provide simple and easy tools for all kind of search functionilities and activities.
- the search plugin.
The wp-search-toolkit will provide the tools like the following:
- WordPress dashboard page to set up filter options for live search box and search result page.
- WordPress dashboard page to configure tag cloud behaviors
This plugin is using wp-cli to closely follow Test-driven development methodology.
Some memo for Solr query syntax
Here are OR relationship with multiple keywords:
{label: 'Docs with any of these keywords', value: 'keywords: "Key One" OR keywords: "Key Two"'},