is it possible to exclude documents from a Domain Search / Multi Database index? perhaps those created with a certain form.
regards
is it possible to exclude documents from a Domain Search / Multi Database index? perhaps those created with a certain form.
regards
Subject: exclude documents from Domain Search
Only by adding specific keywords, e.g. FIELD NOSEARCH := “NOSEARCHTHIS” to each doc, either by agent for existing or in the form for new docs, then customising the search form to use the NOT stmt, e.g. your query could be “manager and staff AND (NOT NOSEARCHTHIS)”
As I see it, domain search indexes everything, so any string not to search has to exist in the data somewhere, and be unique (“NOSEARCHTHIS” is unlikely to already exist as text in a document)
Cheers Peter