Aw: fulltext index question
Hi,
Due to db abstraction i had to rewrite full text search in tiki. The old system used mysql fulltext indexes and mysql specific sql commands.
The reworked fulltext search does background scanning of content and has a intellegent indexing algorithm. Indexes don't need to be rebuild, they continously rebuild themselfes.
So what you have to do:
Try the module "search_new" . It's avalible since 1.8.
It's not perfect, but it works.
Flo