Requires CodeIgniter 2.2.0 (has not been tested on other versions)
For a quick trial follow these steps:
-
Execute product.sql on the CI connected database to create the Product table
-
Load some sample product data in the table
-
Place the files from the repository in the respective paths of your CI setup
-
Include the following lines
$route['search/searchbar']='search/searchbar'; $route['search']='search/index';
in your routes.php file below the default_controller route -
Access the search feature at <site_base_url>/search