Hmm, thanks for pointing it out – that’s what I remembered seeing a while ago. Unfortunately, this doesn’t do much to solve the problems I was encountering. Seems like this hack just adds FULLTEXT search capabilities. I think I’ll go ahead and write my own little function to encorperate the stuff that I want in it ?? If I get somewhere with it, I might just release it as a plugin.
If anyone’s wondering what I’m looking for, I wrote down a few notes last night:
- Support for “+” (must have) and “-” (must not have)
- Search title, content, excerpt, or comments (or any combination thereof)
- Search within a date
- Search for at least one word in phrase
- Search exact phrase
- Search for combinations of exact phrase and any words
Mostly, the basic functionality of google searches. And of course, relevancy scoring (going to have to think about this one for a while).