


drathbun wrote:What is the lead time, meaning if I enter a post now how soon will it be indexed? Can you / do you guarantee accurate results after some amount of lead time?
drathbun wrote:Can I search for an exact phrase?
drathbun wrote:Are there advertisements embedded in the search results?
drathbun wrote:Can you search within search results, meaning after I run a search can I further refine that search without starting completely over?
drathbun wrote:Searching is such an important part of my board (search.php is the 4th most hit page) that I need to know exactly what's going on before I consider changing how it works. But if you have some of the features I've mentioned I will have to seriously consider looking at it.
BoardTracker wrote:drathbun wrote:Are there advertisements embedded in the search results?
At the moment there is only the "powered by BoardTracker" icon.
drathbun wrote:Can you search within search results, meaning after I run a search can I further refine that search without starting completely over?
BoardTracker works like a standard search engine. If you want to search within the search result, simply update the phrase in the search box and add additional words you want to filter things by.


BoardTracker wrote:Searches on boardtracker are done on the title and message combined, there's no real need to separate them.
BoardTracker also provides 'persistent search' capabilities allowing our users to be alerted (by email, IM, RSS) anytime a thread is posted on any board which matches their predefined search terms - this is a really useful feature and helps bring more people to the boards.
My own experience with searching on boards running phpbb, vbulletin, invision or others shows that finding relevant results, particularly on a big board, is no easy task - these programs are great message boards but they are not search engines.

drathbun wrote:BoardTracker also provides 'persistent search' capabilities allowing our users to be alerted (by email, IM, RSS) anytime a thread is posted on any board which matches their predefined search terms - this is a really useful feature and helps bring more people to the boards.
That's a service offered by / hosted by yourself? Or exists on my server via your MOD code?
[ OPEN ]
admin/boardtracker_admin_search.php
[ FIND ]
'S_BOARDTRACKER_ACTION' => append_sid("boardtracker_search.$phpEx"),
[REPLACE WITH]
'S_BOARDTRACKER_ACTION' => append_sid("boardtracker_admin_search.$phpEx"),
[ FIND ]
$message = $lang['BoardTracker_search_updated'] . "<br /><br />" . sprintf($lang['Click_return_boardtracker_search_admin'], "<a href=\"" . append_sid("boardtracker_search.$phpEx") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . append_sid("index.$phpEx?pane=right") . "\">", "</a>");
[REPLACE WITH]
$message = $lang['BoardTracker_search_updated'] . "<br /><br />" . sprintf($lang['Click_return_boardtracker_search_admin'], "<a href=\"" . append_sid("boardtracker_admin_search.$phpEx") . "\">", "</a>") . "<br /><br />" . sprintf($lang['Click_return_admin_index'], "<a href=\"" . append_sid("index.$phpEx?pane=right") . "\">", "</a>");
ZombieSlayer wrote:Does BoardTracker still register a member named "BoardTracker" to index member only posts?
That's the biggest difference between BoardTracker and Google. Google doesn't crawl member only areas.
Peter77sx wrote:So... will we get notified when our board is successfully indexed?
Alexis Canver wrote:fix for admin panel, for 404 error.
Return to [2.0.x] MODs in Development
Users browsing this forum: No registered users and 9 guests