Uploading Search Front Ends

Uploading Plugins

To upload a custom plugin through the UI, follow these steps: The plugin must be in ZIP file format. Rename the ZIP file with any name you prefer (for example, customui.zip).

🚧

Important Note:

If you need to replace the existing plugin folder (<SEARCHBLOX_INSTALLATION_PATH>/webapps/ROOT/plugins) take a backup of it or rename the plugin folder to some other name. If you upload the custom UI using plugin.zip, otherwise it will overwrite the existing plugin folder files.

  • In the Admin Console, go to Dashboard → Collections → Search Settings tab, and click Upload Search Template.
  • Select your custom plugin ZIP file and click Open to upload it.
1852

The ‘Upload Plugin’ section disappears from the screen.

You can check that the custom plugin folder is created in <SEARCHBLOX_INSTALLATION_PATH>/webapps/ROOT/.

After that, you can access the custom plugin using the corresponding link.
https://localhost:8443/customui/index.html

You can configure the custom plugin’s facet.js either before or after uploading the plugin.

Updating Custom Favicon with Plugin

You can update the SearchBlox favicon to your own brand favicon by following these steps:

Add the favicon files in <SEARCHBLOX_INSTALLATION_PATH>/webapps/ROOT/plugins. You need two file formats: PNG and ICO.

After placing the favicon files, edit the file names in the index.html page located in the same plugin folder (<SEARCHBLOX_INSTALLATION_PATH>/webapps/ROOT/plugins).

Note: The plugin can be any custom plugin.