PDA

View Full Version : Search Feature


PandoraZboX
14th June 2007, 22:32
I keep getting this error

"The search term you specified (as) is under the minimum word length (3) and therefore will not be found. Please make this term longer.
If this term contains a wildcard, please make this term more specific."

when I search for "save as wav"

in both IE and Firefox

Doom9
14th June 2007, 22:35
vbb doesn't support phrases and treats every word separately.. and thus "as" breaks the query. There's always using google to seach this forum.. as long as you just care about search terms and not any of the other functionality, it's actually the better option.

foxyshadis
15th June 2007, 03:43
The minimum is also 4 here, regardless of what the error says. >.> Nothing under 4 is indexed.

Swede
15th June 2007, 05:15
Aargh, right. mySQL has a default of 4 chars as 'fulltext-search-minimum' and I've forgotten to lower that when we got total control over the server. I've changed it and rebuilt the indexes so the 3 chars limit should be a fact.