2014-08-31, 01:32 PM
(This post was last modified: 2015-04-09, 03:10 PM by dragonexpert.
Edit Reason: 3.0
)
This plugin works by creating friendlier queries on the search page. It can also reduce server load and resource consumption.
Latest Version: 3.0 ( Uploaded April 9, 2015 )
Notes:
- Thread read status is not maintained due to significant overhead
- Dot icons are not maintained due to significant overhead
- Can work on either the 1.6 or 1.8 series of MyBB.
- As of version 3.0 Fast Search will scan to see if a result set already exists for the same keywords within the last 15 minutes.
- I like hearing forum stats and performance gains or losses from this product via PM. If it is a loss, provide as much detail as you can so I can see what can be done about it.
Installation:
1) Upload search2.php to your forum root.
2) Upload fastsearch.php to your /inc/plugins folder
3) Either click Install and Activate OR Go to PHPMyAdmin and add a column called "moved" to the mybb_threads table. If using the PHPMyAdmin method, you will need to click Activate in the ACP.
4) Optional: Create an index on the columns "visible" and "moved". This is not done by the plugin automatically because it can take significant time to be built if you have a large number of threads on your forum.
Download Link: http://community.mybb.com/mods.php?action=view&pid=25
Github: https://github.com/dragonexpert/Fast-Search
Latest Version: 3.0 ( Uploaded April 9, 2015 )
Notes:
- Thread read status is not maintained due to significant overhead
- Dot icons are not maintained due to significant overhead
- Can work on either the 1.6 or 1.8 series of MyBB.
- As of version 3.0 Fast Search will scan to see if a result set already exists for the same keywords within the last 15 minutes.
- I like hearing forum stats and performance gains or losses from this product via PM. If it is a loss, provide as much detail as you can so I can see what can be done about it.
Installation:
1) Upload search2.php to your forum root.
2) Upload fastsearch.php to your /inc/plugins folder
3) Either click Install and Activate OR Go to PHPMyAdmin and add a column called "moved" to the mybb_threads table. If using the PHPMyAdmin method, you will need to click Activate in the ACP.
4) Optional: Create an index on the columns "visible" and "moved". This is not done by the plugin automatically because it can take significant time to be built if you have a large number of threads on your forum.
Download Link: http://community.mybb.com/mods.php?action=view&pid=25
Github: https://github.com/dragonexpert/Fast-Search