Hi all
Really wrestling with this one at the moment - I have a customer who requires a multiple-database web-based search facility with specific requirements as to how the results are formatted (broadly, the resulting documents need to appear under specific categories based on which database they came from). To do this I need to dynamically generate a page of HTML but the problem is getting a handle on the documents found in order to process them - whilst the LS FTSearch method returns a document collection, the FTDomainSearch method only returns a formatted NotesDocument of results - not much good!
Does anyone know how I can achieve this without having to manually write script to perform an FTSearch of each database in turn (probably very slow and which would also need modifying every time a new db came online?)
Thanks