SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  08 Apr 2005 18:21
I can“t get the search function to work properly: which databases are being searched and which are not?
Posted:  08 Apr 2005 18:29
The search uses MySQL's full-text search, which can return stupid (or no) results when there are just a few posts.
Let me know what kind of problem do you have with the search?
Posted:  08 Apr 2005 18:50
A search for words such as "that", "did" or "the" on this Board gives the answer "Your search returned no results" even though these words are in the posts.
Posted:  08 Apr 2005 21:43
That's the way mysql full-text search works. Who will ever search for "that" on Google? It doesn't make sense. Stop words must be ignored.
Posted:  08 Apr 2005 22:43
OK. I'll dig deeper into the MySQL reference. Thank you for a great forum!