somehow the minimum length for a word seems to be 4 letters for the search, instead of 3.
and... the google search is not much of a help to search in the advanced forums.
as a webmaster myself, I can't comment much on Terry's post:
Quote
If we allowed searches of less that three letters the forum would be very broken.
because I don't use IPBoard, and don't the mechanics behind the search function.
But one thing I noticed is that on many Forums the search function is nearly useless nowadays.
The reason is probably found in what methods are used by the software to search within post texts.
It is a database performance issue.
But: I think there are some cheap modifications that could allow for a more useful search function.
For example, if you search for "om" you are really looking for " om " ( space * O * M * space ) - so that is a 4 letter word, but somehow the quotes get ignored, and the search turns up nothing... and we know there have been many posts by Titian about Om.
So, from a technical standpoint, I can't understand the difference between "beer" and " om " or "space-om-space" - both have 4 'letters' or 'characters'.
But the search engine seems to ignore the spaces I would like to make mandatory to consider " om " a 4 letter search expression.
So I think the engine could be improved regarding that matter, and include spaces as characters in phrase searches.
But I also think it is IPBoard's job to do it, because IPBoard is a paid product.
And the code is probably difficult to modify too.