Searching

Fulltext Searches with CakeDC Search Plugin

Posted by Jeremy Harris on Tue, Sep 28, 2010 @ 3:50pm

I recently dove into the Search plugin that the CakeDC created. It's one of many plugins that the CakeDC has been releasing lately. Isn't open source lovely? You can grab the Search plugin here.

MATCH (`description`) AGAINST ('totally +awesome -lame')

One of the requirements of my search was to allow boolean fulltext searches. I wanted it to be as dynamic as possible so I can easily perform a...