Quote:
Originally Posted by KevinM
Thanks lierduh, I have this working for vb3, however none of the posts are searchable (there are always no results). Is there something I need to alter?
|
That rings a bell, I might not have that implemented at the time. I will go through the code later to fix this.
Edit:
I just had a look, the code actually has the search index builder at line 262 and 353. In this case, I am not sure why the posts are not searchable for you. Perhaps make sure you have:
// build_post_index function
require_once("includes/functions_databuild.php");
in the code.