Hello,
I’m using the following two methods to do a search on a database:
g_oLNdb.FTSearch(‘[Categories] CONTAINS MyCategory’,0)
g_oLNdb.Search(‘Categories = “MyCategory”’,l_oNullDateTime,0)
I’d like to keep deleted documents out of the results.
What would I need to add to the search criteria to leave out deleted items?
Thanks.