Perform FT Search and not return deletion stubs?

Hi all,

is there a way to perform a notesdatabase.FTSearch without it returning deletion stubs in the results?

I can’t imagine why you would want to return deletion stubs, but that’s neither here nor there. Is there something I can put in the query to ignore them, or somesuch?

It almost makes specifying the maximum number of documents to return pointless. If I specify 20 and remove documents from the collection based on “IsValid”, I get 3 undeleted docs returned. However, if I specify 5 docs max and then remove based on IsValid, I get none. Obviously the first 5 documents it finds are old deletion stubs. Aaaaargh.

Craig.

Subject: RE: Perform FT Search and not return deletion stubs?

Did you try calling UpdateFTIndex first?

Subject: RE: Perform FT Search and not return deletion stubs?

Hi Andre,

Yep, and doing it manually from the database properties dialog box.

Craig.