is there a way to customize the admin search of assets like you can with existing models? Right now when I search my assets it is case sensitive which causes some confusion with clients.
In the fuel_assets_model.php file, on line 138, there is a strpos function call in 2 spots. Does your issue get fixed if it is changed to "stripos" instead?
Comments