Recently, I’ve been working on an OAuth API (server and client both written in CodeIgniter). After finishing it, it occured to me that I could just as easily use it for my API as I could for Twitter with a few modifications.
MySQL fulltext search wrongly return zero results
One of the best things about MySQL is the fulltext search, which uses some black magic to return a relevancy score. It usually works a treat, but I’ve come up against a problem which I can’t find documented anywhere. My problem was that, when performing a fulltext search, it was returning no results despite there clearly being some results it should display. What was particularly confusing was that I’d got the query working on a table with lots of test data in, but couldn’t get it working on the table I was actually planning to use. Read more



