09-01-2021 07:00 AM
I have some queries .i want to know how can i implement these requirements in alfresco rest api
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/
Explore our Alfresco products with the links below. Use labels to filter content by product module.