Skip to main content
Version: 2.10

Searching for contents in Repository Explorer

To find the contents you need to work with - either in a specific folder, or listing search results repository-wide -, you have four search options to choose from:

Search functionality is also exposed via REST API.

note

When searching for content, keep in mind, that in CMIS and Documentum repositories, searching is case-sensitive.

Basic Search is enabled by default in all pages. If you go to the Search page, you can use the following form:

Using basic search

  • Name The content or folder name.
  • Owner The user currently set as the owner of the content or folder. By default, it is the user who created the entry.

In other pages, basic search is always performed by Name.

You can switch to Advanced mode to enter custom search queries.

  1. Select Advanced option next to the search bar:

    Selecting Advanced Search mode

  2. Enter your query:

    Entering custom search queries

    Note the syntax used: from EntryType where property = value orderBy property orderingType. Here's what you can use in the query:

    • as EntryType - Content, Folder or any custom type (if defined).
    • as property = value - any property of EntryType with a value, for example owner = 'username' or createdBy = userName(). Note that strings must be encapsulated by single quotes (').
    • as property after orderBy - any property of the EntryType.
    • as OrderingType - asc for ascending order or desc for descending order.

    For full information about GMQL (query language used by D1, provided by the Tribefire platform), see GMQL Where.

Document.One (D1) enables you to perform full-text search. You can search for full strings or sub-strings. To search for sub-strings, use the wildcard (*) character. For example, to search for a content that has the template name, you can type *late, temp*, or *empla*.

note

To use full-text search, first it must be enabled in your D1 repository.

See Fulltext Search for more information.

note

The Global Repository Search feature is in Beta stage.

The previous three search options were for searching within an individual D1 repository. To search in all of your D1 repositories simultaneously, use Global Repository Search.

  1. Log in to Document.One.

  2. Click Explore under Global Repository Search.

    Using Global Repository Search

  3. Use one of the provided queries (Owned by Me, Recent, Search - see Basic Search) or switch to Advanced Search. Owned by Me and Recent queries will return results from all repositories by default. Search allows you to customize the query.

    • When using Search, you are prompted for the standard search information, which is extended with a list of repositories. Use this list to select the repositories to be searched, then run the query.

      Selecting the default repository for Global Repository Search

      Search results are grouped by repository:

      Search result groupings