Entry Name Search Syntax
Advanced search syntax can be used to look for all entries with a particular name, or whose parent or child entries have a particular name. All advanced search types can be customized with advanced search operators and wildcards.
Entries with a specific name
- {LF:Name="EntryName", Type=Type}
Entries whose parent folder has a specific name
-
{LF:ParentName="EntryName"
Folders containing entries with a specific name
-
{LF:ChildName="EntryName", Type=Type}
EntryName is the name of the document or folder you want to search for; the value must be enclosed in quotation marks.
The Type parameter is optional and should be set to the type of entries that you want to be included in the search results. This parameter can be set to include any combination of folders (F), documents (D), shortcuts (S), etc. that you want to include. Note that the ParentName search does not support the Type parameter, as parents are always folders. The following table explains the acceptable values for the Type parameter:
Value | Description |
---|---|
D | Documents (including records) |
B | Documents without templates |
F | Folders (including record folders and record series) |
O | Folders (not including either record folders or record series) |
S | Shortcut |
M | Records |
R | Record folder |
E | Record series |
The following search will return all folders and documents (including record folders and record series) with the name "Travel Request."
- {LF:Name="Travel Request", Type=FD}
The following search will return all documents named "DocumentX." The following search will return all record folders or record series named "Applications." No non-record folders, documents, or shortcuts will be included.