Question regarding full-text indexing when each document has the same attachment in 2 different formats (pdf and html)

Hi there!

I have a database of documents that exist in 2 different formats. Is there any way that I can full-text index only one attachment so my index doesn’t get too huge? There are approximately 2000 documents that have 2 attachments each.

Any help is greatly appreciated.

Merci!

Gérald

Subject: Question regarding full-text indexing when each document has the same attachment in 2 different formats (pdf and html).

You could try:

FT_INDEX_IGNORE_ATTACHMENT_TYPES=

then add the extension of the attachment whose format you don’t want (e.g., *.abc)