On 11. Mar 2007, at 14:42, Allan Odgaard wrote:
[...] That said, I had a few problems with the command. Initially it gave me an error from WordPress, because the SQL sent did not have a limit argument (i.e. it did specify LIMIT, but no numeric value for it)
I see there is a config option for this -- I’d opt for using a default value, when the user hasn’t noticed he must set it ;)
I took the SQL expression (from the error) and ran that (with a LIMIT of 5) and then got: Can't find FULLTEXT index matching the column list. Do I need to maybe update the db schema/run some SQL magic to get such index?
I also see there is something for this in the config section for the plug-in :)
So the plug-in now works for me, and at first try, does appear to be very useful!