mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
docs on Search Result page (#462)
This commit is contained in:
committed by
Suzana Dirla
parent
a0f89555d3
commit
9188213845
+31
-11
@@ -48,7 +48,7 @@ There are three main areas of the application controlled by the [Layout componen
|
|||||||
- [(2) Side Navigation](#side-navigation)
|
- [(2) Side Navigation](#side-navigation)
|
||||||
- [(3) Document List](#document-list-layout)
|
- [(3) Document List](#document-list-layout)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Header
|
### Header
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ The application [header](https://github.com/Alfresco/alfresco-content-app/tree/m
|
|||||||
2. [Search](#search)
|
2. [Search](#search)
|
||||||
3. [Current User](#current-user)
|
3. [Current User](#current-user)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Logo and Color
|
#### Logo and Color
|
||||||
|
|
||||||
@@ -72,7 +72,10 @@ The application [Search](https://github.com/Alfresco/alfresco-content-app/tree/m
|
|||||||
uses the [ADF Search Component](https://github.com/Alfresco/alfresco-ng2-components/tree/master/lib/content-services/search)
|
uses the [ADF Search Component](https://github.com/Alfresco/alfresco-ng2-components/tree/master/lib/content-services/search)
|
||||||
the app provides a 'live' search feature, where users can open files and folders directly from the Search API results.
|
the app provides a 'live' search feature, where users can open files and folders directly from the Search API results.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
If you type `Enter` in the text input area, you are going to see [Search Results](#search-results) page
|
||||||
|
with advanced filtering and faceted search.
|
||||||
|
|
||||||
#### Current User
|
#### Current User
|
||||||
|
|
||||||
@@ -81,14 +84,14 @@ displays the user's name, and a menu where users can logout.
|
|||||||
Optionally through updating the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json)
|
Optionally through updating the [app.config.json](https://github.com/Alfresco/alfresco-content-app/blob/master/src/app.config.json)
|
||||||
a language switching menu can be displayed.
|
a language switching menu can be displayed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Side Navigation
|
### Side Navigation
|
||||||
|
|
||||||
The application [side navigation](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/sidenav) has two features:
|
The application [side navigation](https://github.com/Alfresco/alfresco-content-app/tree/master/src/app/components/sidenav) has two features:
|
||||||
a button menu and navigation links.
|
a button menu and navigation links.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### New button
|
#### New button
|
||||||
|
|
||||||
@@ -103,7 +106,7 @@ is displayed which shows the user the progress of the uploads they have started.
|
|||||||
The upload dialog persists on the screen and can be minimized; users are able to continue using the application whilst uploads are in progress
|
The upload dialog persists on the screen and can be minimized; users are able to continue using the application whilst uploads are in progress
|
||||||
and uploads can be canceled which will stop uploads in progress or permanently delete already completed uploads.
|
and uploads can be canceled which will stop uploads in progress or permanently delete already completed uploads.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Navigation
|
#### Navigation
|
||||||
|
|
||||||
@@ -259,7 +262,7 @@ or double click on a file to view it, and a folder to open it.
|
|||||||
|
|
||||||
The File Viewer has been created using the [ViewerComponent](https://alfresco.github.io/adf-component-catalog/components/ViewerComponent.html) from the ADF. The Viewer has four main areas:
|
The File Viewer has been created using the [ViewerComponent](https://alfresco.github.io/adf-component-catalog/components/ViewerComponent.html) from the ADF. The Viewer has four main areas:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. [Header & Toolbar](#header-and-toolbar)
|
1. [Header & Toolbar](#header-and-toolbar)
|
||||||
2. [Content](#content)
|
2. [Content](#content)
|
||||||
@@ -327,7 +330,7 @@ For more information, please check also the ADF's [ContentMetadataComponent](htt
|
|||||||
|
|
||||||
The Versions tab displays info about the node's versions and allows users to [manage versions](#version-manager), according to their permissions. Only the file nodes have version data available.
|
The Versions tab displays info about the node's versions and allows users to [manage versions](#version-manager), according to their permissions. Only the file nodes have version data available.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
It uses the [VersionManagerComponent](https://alfresco.github.io/adf-component-catalog/components/VersionManagerComponent.html) from ADF framework.
|
It uses the [VersionManagerComponent](https://alfresco.github.io/adf-component-catalog/components/VersionManagerComponent.html) from ADF framework.
|
||||||
|
|
||||||
@@ -341,12 +344,12 @@ There are 2 ways users can access the Version Manager:
|
|||||||
|
|
||||||
1. From the 'Manage Versions' option of the 'More actions' menu (check [Actions and the Actions Toolbar](#actions-and-the-actions-toolbar)):
|
1. From the 'Manage Versions' option of the 'More actions' menu (check [Actions and the Actions Toolbar](#actions-and-the-actions-toolbar)):
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
2. From the [Info Drawer](/info-drawer) (the Details right panel):
|
2. From the [Info Drawer](/info-drawer) (the Details right panel):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Upload new version
|
#### Upload new version
|
||||||
|
|
||||||
@@ -371,6 +374,23 @@ Set the allowComments to false if the version comments should not be displayed o
|
|||||||
|
|
||||||
Clicking to delete a version of a file triggers a confirmation dialog. Please see the [ConfirmDialogComponent](https://alfresco.github.io/adf-component-catalog/components/ConfirmDialogComponent.html) for more info.
|
Clicking to delete a version of a file triggers a confirmation dialog. Please see the [ConfirmDialogComponent](https://alfresco.github.io/adf-component-catalog/components/ConfirmDialogComponent.html) for more info.
|
||||||
|
|
||||||
|
### Search Results
|
||||||
|
|
||||||
|
Once you type the text in the Search Input component and press `Enter` you are going to see the Search Results page
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
This page consists of the following ADF components:
|
||||||
|
|
||||||
|
- [Search Filter](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/content-services/search-filter.component.md)
|
||||||
|
- [Search Chip List](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/content-services/search-chip-list.component.md)
|
||||||
|
- [Search Sorting Picker](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/content-services/search-sorting-picker.component.md)
|
||||||
|
- [Document List](https://github.com/Alfresco/alfresco-ng2-components/blob/master/docs/content-services/document-list.component.md) with custom layout template
|
||||||
|
- [Info Drawer](#info-drawer) with Metadata and [Version Management](#version-manager)
|
||||||
|
- [Toolbar with basic actions](#actions-and-the-actions-toolbar) like `Preview`, `Download`, `Favorite`, `Copy`, etc.
|
||||||
|
|
||||||
|
And also the Info Drawer, Toolbar and Node Selector dialogs for copy and move operations.
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
||||||
Want to file a bug, contribute some code, or improve documentation? Excellent!
|
Want to file a bug, contribute some code, or improve documentation? Excellent!
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 390 KiB |
Reference in New Issue
Block a user