i dont intend to make it a holy war, but please consider this:R45 wrote: .....(lots of stuff)lol, you still say there is "no good reason", but I outlined several real world scenarios and you've yet to actually answer my post with anything concrete.code reader wrote: said is that if you use mysql, there is no one good reason to remain with the phpbb search.
the original poster that stared this thread asked for advise, for someone using mysql as their database, which search should they use: phpbb "built-in", or mysql fulltext search, (which is also "built-in" in olympus).
the system you describe, regardless of how good it actually is, is neither. it represents a very significant mod, with additional tables and indexes, cron jobs, limiting searcheable posts based on time, user groups and only you know what else.
all this stuff is not part of phpbb (or olympus) built in search, so its not really relevant to the original question.
you do have one viable point regarding the actual question being discussed: the phpbb "built-in" allows you to exclude certain forums from the search tables, while mysql fulltext does not.
the problem is, that with large enough boards, mysql fulltext is at least five times smaller and faster, (i picked it up from some stats that some users have published in a thread dedicated to this question on phpbb.com. the "x5" factor is not scientifically proven) and its possible, probable even, that this ratio becomes even larger as the board grows.
so, in order to apease the winds of war, let me rephrase:
"
if one intends to make more than 20% of their board searcheable, there isn't one good reason to prefer the phpbb built-in search over mysql fulltext search.
"