Create Document and search content using alfresco rest API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2021 07:00 AM
I have some queries .i want to know how can i implement these requirements in alfresco rest api
- I have rich text editor.i want to save the content of rich text editor into alfresco repository.
- when i searched for content. list of all found content should be poped up
- After clicking on found content that should be reopened back to rich text editor with all formating in place
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2021 04:00 PM
Here are some pointers:
1- Upload the content into repository using REST APIs or bulk load if you have many docs available already
https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/
https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile
Refer for bulk load:
1- https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507
2- https://github.com/pmonks/alfresco-bulk-import#readme
2- Use the search rest api to search for content. By default content is indexed and full text support is default.
https://docs.alfresco.com/search-services/latest/using/
3- Develop an app (as per your choice) to utilize the response from search and display as needed.
Checkout these links as well:
https://alfresco-content-app.netlify.app/#/
https://github.com/Alfresco/alfresco-content-app
https://github.com/Alfresco/generator-alfresco-adf-app
https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591
https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/
(ACSCE, AWS SAA, Azure Admin)
