FTDomainSearch: How do you specify database categories to include?

When using the FTDomainSearch method, how do you specify which database categories to include in the search? If you use [categories]=“XXXX” then that would include docs whose categories field = XXXX not the database category. Using the Notes client search function the database categories can be specified but the documentation doesn’t list any kind of special delimiter for setting the database categories to include when using the LotusScript FTDomainSearch method.

Thanks for your response,

Rich

Subject: FTDomainSearch: How do you specify database categories to include?

Looking at the search form in the Catalog database, the query is constructed as follows when using categories:

([DbCategories] Contains (“Category1” OR “Category2”)) AND (…FTSeachExpression)

[DBCategories] is documented in the “Customizing Search Forms” designer help document.

Sorry for jumping the gun.