Integrated Search and Navigation
The content library uses an integrated search and navigation system to browse, filter, and search files.
Search Bar
The Search bar enables you to search for words from anywhere in a particular branch in easyDITA. The Search bar uses a 'type ahead' system that shows results as you type. It shows the top six matches based on the filename or title.
Entering a search term opens the Filters tab in the content library .
By default, easyDITA searches all files in your current branch. You can narrow the search scope from all folders to a specific folder or collections.
Search Using the Browse and Filter tab
The content library contains a Browse tab and Filters tab, which enable you to browse and filter the files shown in the file listing.
Use the Browse tab to navigate to specific folders.
Switch to the Filters tab to narrow the list of files shown during a search. Files are filtered based on the folder you are in and the preconfigured filter criteria selected.
For example, using the Browse tab, you can navigate to the Documentation folder. Then you can use the Filters tab to only show maps in the Documentation folder.
Use the Search Bar
Type search terms into the Search bar to find files in your content library .
Filter Search Results
Filter search results using the Filters tab to reduce the number of results and find the file you're looking for.
You can also sort the results by clicking the Filename, Title, Type, Status, or Modified Date column headers in the content library .
Complex Search
Perform a complex search using search strings to search for information in specific elements.
Complex Search
To perform a complex search, you must use the Search field in the Filters tab.
Entering a term in the Search field searches all of the following elements at once:
-
Glossary term
-
Glossary definition
-
Prolog
-
Keyword
-
Short description
-
Concept body
-
Reference body
-
Task body
-
Paragraph
-
Title
You can use search strings to search for information in specific elements. For example, you can search for the word "users" in the short description. To perform a complex search in specific elements, use the following structure for search strings:
To search for the word "users" in the short description:
-
__content_shortdesc:users
To search for the phrase "enables users to" in the short description:
-
__content_shortdesc:"enables users to"
To search for "reviewers" or "contributors" in the short description:
-
__content_shortdesc:reviewers
-
__content_shortdesc:contributors
To search for "users" in the short description and "enables" in the concept body:
-
__content_shortdesc:users __content_shortdesc:enables
Element | Search String Structure |
---|---|
Keywords | __content_keywords:example |
Keyword | __content_keyword:example |
Glossary term | __content_glossterm:example |
Glossary definition | __content_glossdef:example |
Prolog | __content_prolog:example |
Short description | __content_shortdesc:example |
Concept body | __content_conbody:example |
Reference body | __content_refbody:example |
Task body | __content_taskbody:example |
Paragraph | __content_para:example |
Title | title:example |
Searchable Metadata
Metadata | Search String Structure |
---|---|
Owned By | __document_owner:username |
Broken Links | __has_broken_links:(true/false) |
Status | __status:example |
Customer Metadata | __taxonomyName:example |
Excluding Results
You can also exclude results. For example, If you want to search for documents with "user" in the title, but only return results that are in a status other than Approved, you can enter:
title:user * -status:approved
The asterisk specifies that the results must match all search parameters. The "-" specifies an exclusion.
There was a problem loading this topic