~Rex UmremanAug 30, 2011, 3:33 PM272 PostsRe: Advance SearchHi, you could create a search by using a repeat control and db.FTSearch method. But using this in a non-indexed database is very slow. If you want to update a FTIndex just-in-time you could create an agent which runs the db.UpdateFTIndex(false) method everytime a document is created. I don't know exactly, but far as I know the index task on the server can be adjusted to run faster, then the FTIndex will be refreshed earlier... but better ask the admins ;-) Sven