| Posted: 08 Apr 2005 18:21 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Apr 2005
|
|
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 |
|
|
|
Administrator
|
Posts: 1223
Join Date: Mar 2005
|
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 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Apr 2005
|
|
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 |
|
|
|
Administrator
|
Posts: 1223
Join Date: Mar 2005
|
|
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 |
|
|
|
Registered User Currently Offline
|
Posts: 3
Join Date: Apr 2005
|
|
OK. I'll dig deeper into the MySQL reference. Thank you for a great forum!
|