PHP code example of nglasl / silverstripe-extensible-search
1. Go to this page and download the library: Download nglasl/silverstripe-extensible-search library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nglasl / silverstripe-extensible-search example snippets
$SearchForm
Requirements::javascript('nglasl/silverstripe-extensible-search: client/javascript/extensible-search-suggestions.js');
// OPTIONAL.
Requirements::css('jquery-ui.min.css');
Requirements::javascript('jquery-ui.min.js');