SyntaxFix
Write A Post
Hire A Developer
Questions
If you do not want to use the wildcard (%) you can pass to the optional third argument the option 'none'.
$this->db->like('title', 'match', 'none'); // Produces: WHERE title LIKE 'match'