• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

BHW Search sucks :(

Yes, vbulletin's search feature kind of sucks.

But, if you can't find it using advanced search here on BHW, then do an advanced search on google. Just type blackhatworld.com into the bottom text box (Search within a site or domain) and it should pull up your results.

It's a pain in the ass, yes, but it's all we have to work with.

<<<Stupid for not figuring this out on his own
 

I'm resurrecting this OLD thread because the topic is STILL current and pertinent today.


I specifically made a post on how to fix this (that was deleted) as well.

We desperately need the ability to make SPECIFIC quoted searches to search the vast amount of resources here on BHW that is growing larger every day!

As already pointed out we CANNOT make a specific "and" search that would bring back the limited specific results we desire such as "ebay secrets revealed" for example because until the fulltext search engine is enabled the results will be anything with ANY of the THREE of the words in the subject with could be hundreds and just renders it USELESS!

Sweetfunny has kindly pointed out how to do it so can someone not get the job done?

If it will help any I would gladly help get it straightened out as I am sure others would as well..

In addition to Sweetfunny's post on how to enable the fulltext search engine there is a link on How to enable 3-letter-words in Vbulletin w/ MySQL fulltext search that I can't post because it goes to another forum so I will try to post the details here.


Here goes:
You will need access to the MySQL my.cnf configuration file and be able to restart the MySQL server to apply the changes. On a shared hosting account you will most likely not be able to do this unless you have a control panel that allows you to edit the MySQL configuration

1. Make sure Vbulletin Options -> Search Type is set to MySQL full text search. Note: "Search Type" is an extra menu item in the vertical menu on the left side

(see image #1)

vbulletin-searchtype.gif



2. At Vbulletin Options -> Message Searching Options -> Search Index Minimum Word Length put 3 into the text field

(see image #2)
vbulletin-message-searching-options.gif



Edit May 1, 2009: This step 2. may be not necessary as it relates to the VBulletin default search and not the MySQL fulltext search.

3. Now to the hard part. Edit your MySQL's my.cnf file to add this
Code:
[mysqld]
ft_min_word_len=3

[myisamchk]
ft_min_word_len=3

In Centos/Linux my.cnf is located at /etc/my.cnf. In FreeBSD it is at /usr/local/etc/my.cnf.
Save the edited my.cnf and restart the MySQL server.

4. Back in Vbulletin, at Maintenance -> Repair/Optimize Tables, select the "Post" and the "Thread" table and click "Continue". I selected all tables at this stage as it won't hurt to check/optimize them all.

(see image #3)
vbulletin-repair-tables.gif



5. At Maintenance -> Update Counter -> Rebuild Search Index, click on "Click Here to do so!" and then on Rebuild Search Index

HTH .... :cool2:

 
It's not just BHW search suck. I think all forum that I went, their search is always suck. But I usually just use google search to look for anything in BHW.

This is how I do, and it can be applied to any forum or any website:

my search keyword site:blakchatworld.com

And if I couldn't find any, I put quotes:


"my search" keyword site:blakchatworld.com


Usually, I always get what I want.
 
Back
Top