diff --git a/docs/source/guide/manage_projects.md b/docs/source/guide/manage_projects.md index 83f7385228b..bf89bf38dce 100644 --- a/docs/source/guide/manage_projects.md +++ b/docs/source/guide/manage_projects.md @@ -156,6 +156,45 @@ Now, you can see all the pinned projects only. 6. To view all the projects (both the **Pinned** and **Unpinned** projects), click **All projects** on the top-right side drop-down list. +### Search projects + +Use the search box to search for projects by name. This allows partial and case-insensitive matches. The search is performed as you type, and the results are displayed in the project list. For example, if you type `new` in the search box, you will see projects with names such as `New Project`, `New Project 2`, and `New Project 3`. + +1. Search for a project by name in a workspace. + +
+
+ Figure 12: Search projects within a workspace. + +2. To search for a project by name in all workspaces, click **All Projects** from the left navigation pane. + +
+
+ Figure 13: Search projects in all workspaces. + +3. To clear the search results, click the `x` icon in the Search box. + +
+
+ Figure 14: Clear search results. + +4. Searching for pinned, or unpinned projects just requires selection of `Pinned projects` or `Unpinned projects` from the adjacent dropdown selection. + +
+
+ Figure 15: Search pinned projects. + +
+
+ Figure 16: Search unpinned projects. + +5. In the event of no results found for the search and filter criteria you will be presented with a message indicating that no results were found and allowed to create a new project or update the search criteria. + +
+
+ Figure 17: No matching results for search criteria. + + #### Duplicate a project The **Duplicate project** feature allows you to duplicate projects to a target workspace optionally importing the settings, tasks, and annotations. Duplicate a project by using the Project’s settings or Project card’s more menu (three dots **...**). @@ -165,7 +204,7 @@ To duplicate a project: - Navigate to your workspace page to see the project card with the three dots (**...**) and click **Duplicate project**.
- Figure 16: Duplicate project button. + Figure 18: Duplicate project button. - When duplicating, a pop-up window appears. Now, you can choose a destination workspace for a newly duplicated project using the following options: @@ -175,16 +214,16 @@ To duplicate a project:
- Figure 17: Duplicate project options. + Figure 19: Duplicate project options. - When choosing the last option, you also can choose if you would like to make annotations **Ground Truth** or not. In the **Duplicate** window, you can also give duplicated project new name and description.
- Figure 18: Select the location to save your duplicate project. + Figure 20: Select the location to save your duplicate project. - Finally, the duplicated project is created.
- Figure 19: Create a duplicate project. + Figure 21: Create a duplicate project. ### Working with Archived Workspaces diff --git a/docs/themes/v2/source/images/search-clear-results.png b/docs/themes/v2/source/images/search-clear-results.png new file mode 100644 index 00000000000..48357d7771b Binary files /dev/null and b/docs/themes/v2/source/images/search-clear-results.png differ diff --git a/docs/themes/v2/source/images/search-criteria-no-results.png b/docs/themes/v2/source/images/search-criteria-no-results.png new file mode 100644 index 00000000000..5781f153f20 Binary files /dev/null and b/docs/themes/v2/source/images/search-criteria-no-results.png differ diff --git a/docs/themes/v2/source/images/search-pinned-projects.png b/docs/themes/v2/source/images/search-pinned-projects.png new file mode 100644 index 00000000000..8e4566ea34c Binary files /dev/null and b/docs/themes/v2/source/images/search-pinned-projects.png differ diff --git a/docs/themes/v2/source/images/search-projects-in-all-workspaces.png b/docs/themes/v2/source/images/search-projects-in-all-workspaces.png new file mode 100644 index 00000000000..2cd83ffc295 Binary files /dev/null and b/docs/themes/v2/source/images/search-projects-in-all-workspaces.png differ diff --git a/docs/themes/v2/source/images/search-projects-in-workspace.png b/docs/themes/v2/source/images/search-projects-in-workspace.png new file mode 100644 index 00000000000..c865857f0a2 Binary files /dev/null and b/docs/themes/v2/source/images/search-projects-in-workspace.png differ diff --git a/docs/themes/v2/source/images/search-unpinned-projects.png b/docs/themes/v2/source/images/search-unpinned-projects.png new file mode 100644 index 00000000000..d42d2bccd83 Binary files /dev/null and b/docs/themes/v2/source/images/search-unpinned-projects.png differ