mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-9371] Migrate docs from docs.alfresco to support.hyland (#10708)
This commit is contained in:
parent
677150e9d3
commit
1f0f8dc6fd
@ -151,7 +151,7 @@ See the [Alfresco community page](https://community.alfresco.com/community/appli
|
|||||||
If you want to completely enable CORS calls in your Content Services and Process Services,
|
If you want to completely enable CORS calls in your Content Services and Process Services,
|
||||||
please refer to the following Alfresco documents:
|
please refer to the following Alfresco documents:
|
||||||
|
|
||||||
* [Enable Cross Origin Resource Sharing (CORS) in Alfresco Process Services](http://docs.alfresco.com/process-services1.6/topics/enabling-cors.html)
|
* [Enable Cross Origin Resource Sharing (CORS) in Alfresco Process Services](https://support.hyland.com/r/Alfresco/Alfresco-Process-Services/24.4/Alfresco-Process-Services/Configure/Overview/CORS)
|
||||||
|
|
||||||
* Enable Cross Origin Resource Sharing (CORS) in Alfresco Content Services
|
* Enable Cross Origin Resource Sharing (CORS) in Alfresco Content Services
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@ The viewer component consists of separate Views that handle particular file type
|
|||||||
|
|
||||||
For those extensions and mime types that cannot be natively displayed in the browser, the Viewer will try to fetch the corresponding rendition using the [renditions service api](../services/renditions.service.md).
|
For those extensions and mime types that cannot be natively displayed in the browser, the Viewer will try to fetch the corresponding rendition using the [renditions service api](../services/renditions.service.md).
|
||||||
|
|
||||||
For the full list of supported types please refer to: [File types that support preview and thumbnail generation](http://docs.alfresco.com/5.2/references/valid-transformations-preview.html).
|
For the full list of supported types please refer to: [File types that support preview and thumbnail generation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Transformation/File-types-that-support-preview-and-thumbnail-generation).
|
||||||
|
|
||||||
### Configuring PDF.js library
|
### Configuring PDF.js library
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Implements a [search widget](../../../lib/content-services/src/lib/search/models
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | ---- | ----------- |
|
| ---- | ---- | ----------- |
|
||||||
| field | string | Field to to use |
|
| field | string | Field to to use |
|
||||||
| format | string | Value format. Uses string substitution to allow all sorts of [range queries](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-ranges.html). |
|
| format | string | Value format. Uses string substitution to allow all sorts of [range queries](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference/Search-for-ranges). |
|
||||||
| hideDefaultAction | boolean | Show/hide the widget actions. By default is false. |
|
| hideDefaultAction | boolean | Show/hide the widget actions. By default is false. |
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
@ -50,7 +50,7 @@ in a search query.
|
|||||||
|
|
||||||
#### Range query format
|
#### Range query format
|
||||||
|
|
||||||
See the [Search for ranges](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-ranges.html) page in the ACS docs for more information about the date range format.
|
See the [Search for ranges](https://support.hyland.com/r/Alfresco/Alfresco-Governance-Services/23.4/Alfresco-Governance-Services/Using/Searching-records/Advanced-search-options) page in the ACS docs for more information about the date range format.
|
||||||
|
|
||||||
The `format` setting specifies how the date is displayed textually. Most of the format is
|
The `format` setting specifies how the date is displayed textually. Most of the format is
|
||||||
displayed as-is but you can use `{FROM}` and `{TO}` markers to interpolate the range limits
|
displayed as-is but you can use `{FROM}` and `{TO}` markers to interpolate the range limits
|
||||||
|
@ -34,7 +34,7 @@ Creates a new Content Services document library/site.
|
|||||||
|
|
||||||
This component lets the user create a new document library/site with the usual
|
This component lets the user create a new document library/site with the usual
|
||||||
name, ID, description and access restrictions. See the
|
name, ID, description and access restrictions. See the
|
||||||
[Sites](https://docs.alfresco.com/6.0/concepts/sites-intro.html)
|
[Sites](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Using/Sites)
|
||||||
section of the Content Services documentation for more information.
|
section of the Content Services documentation for more information.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
@ -69,7 +69,7 @@ Manages tags in Content Services.
|
|||||||
## Details
|
## Details
|
||||||
|
|
||||||
Content Services supports
|
Content Services supports
|
||||||
[tagging](http://docs.alfresco.com/5.2/tasks/site-content-tag.html)
|
[tagging](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/REST-API-Guide/Searching-for-Content)
|
||||||
of file and folder nodes to assist with searches. A tag is a short
|
of file and folder nodes to assist with searches. A tag is a short
|
||||||
text string added to an item, rather like a hashtag in social media.
|
text string added to an item, rather like a hashtag in social media.
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Displays the Start [`Form`](../../../lib/process-services/src/lib/task-list/mode
|
|||||||
|
|
||||||
The [Start Process component](../../process-services/components/start-process.component.md) uses the Start [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) component
|
The [Start Process component](../../process-services/components/start-process.component.md) uses the Start [`Form`](../../../lib/process-services/src/lib/task-list/models/form.model.ts) component
|
||||||
to display the
|
to display the
|
||||||
[start form](http://docs.alfresco.com/process-services1.6/topics/none_start_event.html)
|
[start form](https://support.hyland.com/r/Alfresco/Alfresco-Process-Services/24.3/Alfresco-Process-Services/Using/Process-Services/BPMN-Editor)
|
||||||
for the process.
|
for the process.
|
||||||
|
|
||||||
The `outcomeClick` event is passed a string containing the ID of the outcome button that
|
The `outcomeClick` event is passed a string containing the ID of the outcome button that
|
||||||
|
@ -65,7 +65,7 @@ For example, a raw text file might be converted to HTML to enable better formatt
|
|||||||
in a web browser or a PDF might be converted to an equivalent bitmap image. A
|
in a web browser or a PDF might be converted to an equivalent bitmap image. A
|
||||||
_rendition_ is a prearranged conversion that is set up for an item for convenient
|
_rendition_ is a prearranged conversion that is set up for an item for convenient
|
||||||
repeated use. More information about renditions is available in the
|
repeated use. More information about renditions is available in the
|
||||||
[Content Services documentation](https://docs.alfresco.com/5.2/references/dev-extension-points-content-transformer.html).
|
[Content Services documentation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/In-Process-Platform-Extension-Points/Content-Transformers-and-Renditions?tocId=MzBswf2LNNDFaGmBgO1hfg).
|
||||||
|
|
||||||
In the [Renditions service](renditions.service.md) methods, the `nodeId` is a string identifying the content
|
In the [Renditions service](renditions.service.md) methods, the `nodeId` is a string identifying the content
|
||||||
node that the rendition applies to. This can be obtained from
|
node that the rendition applies to. This can be obtained from
|
||||||
|
@ -354,7 +354,7 @@ Below you can find a brief list of references to help you starting to use the ne
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -293,7 +293,7 @@ Below you can find a brief list of references to help you starting to use the ne
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -428,7 +428,7 @@ Below you can find a brief list of references to help you start to use the new r
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -218,7 +218,7 @@ Below you can find a brief list of references to help you start to use the new r
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -568,7 +568,7 @@ Component catalog
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -327,7 +327,7 @@ Component catalog
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ In this release, the [Viewer component](../core/components/viewer.component.md)
|
|||||||
- Thumbnails for PDF view, with the option to provide your own Thumbnails template if needed
|
- Thumbnails for PDF view, with the option to provide your own Thumbnails template if needed
|
||||||
- Image view now features a floating action toolbar with extra actions: zoom in/out, rotate, reset to default size
|
- Image view now features a floating action toolbar with extra actions: zoom in/out, rotate, reset to default size
|
||||||
- Image view now supports panning of the images. Hardware-accelerated styles were used to enable panning of zoomed in or large images with the highest performance and efficiency
|
- Image view now supports panning of the images. Hardware-accelerated styles were used to enable panning of zoomed in or large images with the highest performance and efficiency
|
||||||
- The viewer has greatly improved maintenance of the Renditions (see possible conversion options here: [File types that support preview and thumbnail generation | Alfresco Documentation](https://docs.alfresco.com/5.2/references/valid-transformations-preview.html) )
|
- The viewer has greatly improved maintenance of the Renditions (see possible conversion options here: [File types that support preview and thumbnail generation | Alfresco Documentation](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Transformation/File-types-that-support-preview-and-thumbnail-generation) )
|
||||||
- Support for "carousel" modes and document navigation options (extra buttons you can enable and provide handlers for). This feature will be fully demonstrated in the upcoming "Alfresco Content Application" release.
|
- Support for "carousel" modes and document navigation options (extra buttons you can enable and provide handlers for). This feature will be fully demonstrated in the upcoming "Alfresco Content Application" release.
|
||||||
- It is now possible to provide custom menu buttons for the Viewer toolbar. See more details in the docs: [alfresco-ng2-components/viewer.component.md at development · Alfresco/alfresco-ng2-components · GitHub ](../core/components/viewer.component.md#custom-toolbar-buttons)
|
- It is now possible to provide custom menu buttons for the Viewer toolbar. See more details in the docs: [alfresco-ng2-components/viewer.component.md at development · Alfresco/alfresco-ng2-components · GitHub ](../core/components/viewer.component.md#custom-toolbar-buttons)
|
||||||
|
|
||||||
@ -293,7 +293,7 @@ Component catalog
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -244,7 +244,7 @@ Component catalog
|
|||||||
|
|
||||||
[ADF App Generator](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ Below you can find a brief list of references to help you start using the new re
|
|||||||
- [Alfresco-JS-API](https://github.com/Alfresco/alfresco-js-api)
|
- [Alfresco-JS-API](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@ Component catalog
|
|||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the
|
Please refer to the
|
||||||
[official documentation](http://docs.alfresco.com/)
|
[official documentation](https://support.hyland.com/p/alfresco)
|
||||||
for further details and suggestions.
|
for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
@ -125,7 +125,7 @@ The **[`Form`](../../lib/process-services/src/lib/task-list/models/form.model.ts
|
|||||||
|
|
||||||
### Share link with expiry date
|
### Share link with expiry date
|
||||||
|
|
||||||
Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://docs.alfresco.com/5.2/concepts/repository-properties.html) is the link). This is embedded into the **[Share Dialog Component](../../lib/content-services/content-node-share/content-node-share.dialog.ts)** and will be automatically shown when the share dialog is displayed.
|
Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Administer/Content-stores) is the link). This is embedded into the **[Share Dialog Component](../../lib/content-services/content-node-share/content-node-share.dialog.ts)** and will be automatically shown when the share dialog is displayed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -159,7 +159,7 @@ Component catalog
|
|||||||
|
|
||||||
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
[ADF App Generator ](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -227,7 +227,7 @@ Below is a brief list of references to help you start using the new release:
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
### Icon Component
|
### Icon Component
|
||||||
|
|
||||||
|
@ -334,7 +334,7 @@ Below is a brief list of references to help you start using the new release:
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ Below is a brief list of references to help you start using the new release:
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -41,4 +41,4 @@ Below is a brief list of references to help you start using the new release:
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
@ -144,7 +144,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR Merged
|
## PR Merged
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ The following is a brief list of references to help you get started with the new
|
|||||||
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
- [Official GitHub Project - alfresco-js-api](https://github.com/Alfresco/alfresco-js-api)
|
||||||
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
- [Official GitHub Project - generator-ng2-alfresco-app](https://github.com/Alfresco/generator-ng2-alfresco-app)
|
||||||
|
|
||||||
Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions.
|
Please refer to the [official documentation](https://support.hyland.com/p/alfresco) for further details and suggestions.
|
||||||
|
|
||||||
## PR merged
|
## PR merged
|
||||||
|
|
||||||
|
@ -101,8 +101,8 @@ In the three steps you can specify the search configuration. i.e
|
|||||||
You may find it useful to check out the following resources for background information
|
You may find it useful to check out the following resources for background information
|
||||||
before customizing the search UI:
|
before customizing the search UI:
|
||||||
|
|
||||||
- [Search API](https://docs.alfresco.com/5.2/concepts/search-api.html)
|
- [Search API](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.3/Alfresco-Content-Services/Develop/REST-API-Guide/Searching-for-Content)
|
||||||
- [Alfresco Full Text Search Reference](https://docs.alfresco.com/5.2/concepts/rm-searchsyntax-intro.html)
|
- [Alfresco Full Text Search Reference](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference)
|
||||||
- [ACS API Explorer](https://api-explorer.alfresco.com/api-explorer/#!/search/search)
|
- [ACS API Explorer](https://api-explorer.alfresco.com/api-explorer/#!/search/search)
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
@ -28,7 +28,7 @@ JSON
|
|||||||
|
|
||||||
**Note:** These are the minimum possible query parameters.
|
**Note:** These are the minimum possible query parameters.
|
||||||
|
|
||||||
The default search language is **afts** ([Alfresco Full Text Search](http://docs.alfresco.com/5.1/concepts/rm-searchsyntax-intro.html)), but you can also specify **cmis**, and **lucene**.
|
The default search language is **afts** ([Alfresco Full Text Search](https://support.hyland.com/r/Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Using/Full-text-search-reference)), but you can also specify **cmis**, and **lucene**.
|
||||||
|
|
||||||
A basic CMIS query looks like this:
|
A basic CMIS query looks like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user