Search Docs
Installation
You can install XORB Search through the plugin store, or via composer.
Craft Plugin Store
Navigate to the Plugin Store section of the Craft CMS control panel and search for xsearch
.
Once you've located the XORB Search plugin, click the Install button for the Lite version or the Try button for the Pro version.
Composer
Open a terminal and go to your Craft CMS project directory.
cd /path/to/project
Then tell composer to require the plugin.
composer require xorb/search && php craft plugin/install xsearch
Next
Requirements