<< 26 September 2005 | Home | 28 September 2005 >>

Sorting document collections in LotusScript

I needed to have the results from a NotesDatabase.FTSearch() sorted by a specific field or according to a view instead of by relevance (whatever that means) in LotusScript. This isn't possible out-of-the-box though, but a solution was found via Lotus Developer Domain.

Read more...