[eluser]Derek Allard[/eluser]
inparo, see... trusting me was your first mistake!
OK all, I think I've got this licked. Apologies for the run around. Inparo is correct that it needs to be a third parameter (the second set to null). I've documented this under db->where()
So that means that
Code:
$this->db->where('MATCH (field) AGAINST ("value")', NULL, FALSE);
Should give
Code:
SELECT * FROM (`table`) WHERE MATCH (field) AGAINST ("value")
Please beat it up, test it, put it through the wringer.