home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
General Forums
Website/Forum/Wiki Feedback
Search is unreliable...
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="brainbone" data-source="post: 73783" data-attributes="member: 24130"><p>I believe vBulletin uses MySQL for the database backend.</p><p></p><p>In MySQL you set the system variable "ft_min_word_len" for the maximum word length to use when generating full text indexes. It's likely that whomever configured the the MySQL server for this forum set the ft_min_word_len to 4. They will need to set that to 3 (or even 2. It does return better results, and doesn't consume that much resource), and re-build the full text indexes.</p><p></p><p>Before rebuilding the indexes, the MySQL admin should also check the MySQL default stopwords to see if it's filtering out any words that could be valuable in searches related to MediaPortal, and create a custom stopwords file if necessary.</p><p></p><p>(Note: I'm not very familiar with vBulletin, or its search function -- so take with appropriate sized serving of salt).</p></blockquote><p></p>
[QUOTE="brainbone, post: 73783, member: 24130"] I believe vBulletin uses MySQL for the database backend. In MySQL you set the system variable "ft_min_word_len" for the maximum word length to use when generating full text indexes. It's likely that whomever configured the the MySQL server for this forum set the ft_min_word_len to 4. They will need to set that to 3 (or even 2. It does return better results, and doesn't consume that much resource), and re-build the full text indexes. Before rebuilding the indexes, the MySQL admin should also check the MySQL default stopwords to see if it's filtering out any words that could be valuable in searches related to MediaPortal, and create a custom stopwords file if necessary. (Note: I'm not very familiar with vBulletin, or its search function -- so take with appropriate sized serving of salt). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Website/Forum/Wiki Feedback
Search is unreliable...
Contact us
RSS
Top
Bottom