Document Relationship Search Syntax
Advanced search syntax allows you to perform searches for documents that have been linked together. All advanced search types can be customized with advanced search operators and wildcards. Learn more about document relationships.
Searching by document relationship
This search will return entries given either side of a specific document relationship. This search will return at least two entries.
-
{LF:Relation = "Relationship Name"}
Relationship Name is the name of the document relationship being searched for; the name must be enclosed by quotation marks.
Searching by source relationship
This search will only return entries given the source relationship half of a document relationship.
- {LF:RelationSRC = "Relationship Name"}
Relationship Name is the name of the source side of the document relationship being searched for; the name must be enclosed by quotation marks.
Searching by reverse relationship
This search will only return entries given the reverse relationship half of a document relationship.
- {LF:RelationDST = "Reverse Relationship Name"}
Reverse Relationship Name is the name of the reverse side of the document relationship being searched for; the name must be enclosed by quotation marks.
To find all documents that are either the message or attachment side of an Message/Attachment document relationship.
- {LF:Relation = "Attachment"}
To find all documents that supersede another document.
- {LF:RelationSRC = "Supersedes"}
To find all documents that are superseded by another document.
- {LF:RelationDST = "Superseded by"}
Document relationships can also be searched for based on their identification number. Show me the search syntax.