This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Forum Software Problem?

I realize this is probably an issue with the software that runs the forum, but this  is a problem for a forum about networking in general...

The following words are either very common, too long, or too short and were not included in your search : ppp

Ok, so how does one search the forum for posts regarding PPP issues?


This thread was automatically locked due to age.
Parents
  • I'm taking a wild stab here but I bet the forum runs on some form of SQL, and I don't believe that SQL handles three-character searches.  If you try a four-character search it works just fine.

    You can try searching Google with the following syntax: "ppp site:astaro.org", since it has no problem with one-character searches.
  • From VBulletin

    Note:
    The minimum and maximum length of words to be indexed is defined by the ft_min_word_len and ft_max_word_len system variables (available as of MySQL 4.0.0). The default minimum value is four characters. The default maximum depends on your version of MySQL. If you change either value, you must rebuild your FULLTEXT indexes. For example, if you want three-character words to be searchable, you can set the ft_min_word_len variable by putting the following lines in an option file:

    [mysqld]
    ft_min_word_len=3

    Then restart the server and rebuild your FULLTEXT indexes. Also note particularly the remarks regarding myisamchk in the instructions following this list.

    For more on Fulltext Search from MySQL please visit:
    http://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html
  • I believe it's actualy a vbul setting (the forum software).  You can set the minimum length for the search.  On most "normal" forums >3 is a "reasonable" size so you don't index things like "the".
Reply Children
No Data