This is expected behavior, as the Attachments : Find documents by attachment properties is a document matching search option, not an item matching search option, thus the whole document family is matched.
Workaround
1. Search for the matching documents using the filename search, to return the document families
2. Run a metadata export as per the instructions below (Left shows Version 7.1.4 , right shows Version 8)
|
Version 7.1.3 + |
Version 8 |
3. Once exported open the exported dat/csv file in excel and use the following formula in column C, row 2 to concatenate the SearchableDocIDs into a single field that can after be copied into the search by DocID field, copy the formula down to last row.
=C1 & IF(B2="filename.ext"," "&A2,"")
4. Copy the space delimited SearchableDocIDs from the last row of column C and paste them into the Search by DocID option in Advanced Search > Identifiers > Document IDs on Veritas eDiscovery and run the search
5. All the appropriate individual items, and not the whole document family, will be marked as a hit and can now be tagged, by using the tagging by item option in Action > Tag.