Topic: The search function
Just wondering whether it would be plausible to implement a full string option to the search as well the keywords loop? Had a quick look at search.php, and just wondered if where this occurs:
while (list($i, $word) = @each($keywords_array))
if actually doing a separate query with the keywords, (imploded into a single string), would actually work, or would the existing db lookup throw a wobbler?
Thanks again,
Matt