<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create Document and search content using alfresco rest API in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/create-document-and-search-content-using-alfresco-rest-api/m-p/132855#M35794</link>
    <description>&lt;P&gt;Here are some pointers:&lt;/P&gt;
&lt;P&gt;1- Upload the content into repository using REST APIs or bulk load if you have many docs available already&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfilecustomtype" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfilecustomtype&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Refer for bulk load:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2-&amp;nbsp;&lt;A href="https://github.com/pmonks/alfresco-bulk-import#readme" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/pmonks/alfresco-bulk-import#readme&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2- Use the search rest api to search for content. By default content is indexed and full text support is default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/searching/#finding-folders-and-files-by-a-term" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/searching/#finding-folders-and-files-by-a-term&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://docs.alfresco.com/search-services/latest/using/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-services/latest/using/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;3- Develop an app (as per your choice) to utilize the response from search and display as needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checkout these links as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://alfresco-content-app.netlify.app/#/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://alfresco-content-app.netlify.app/#/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-content-app" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-content-app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/generator-alfresco-adf-app" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/generator-alfresco-adf-app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 20:00:21 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-09-01T20:00:21Z</dc:date>
    <item>
      <title>Create Document and search content using alfresco rest API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-document-and-search-content-using-alfresco-rest-api/m-p/132854#M35793</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I have some queries .i want to know how can i implement these requirements in alfresco rest api&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have rich text editor.i want to save the content of rich text editor into alfresco repository.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;when i searched for content. list of all found content should be poped up&lt;/LI&gt;&lt;LI&gt;After clicking on found content that should be reopened back to rich text editor with all formating in place&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 11:00:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-document-and-search-content-using-alfresco-rest-api/m-p/132854#M35793</guid>
      <dc:creator>waqar1</dc:creator>
      <dc:date>2021-09-01T11:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Document and search content using alfresco rest API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/create-document-and-search-content-using-alfresco-rest-api/m-p/132855#M35794</link>
      <description>&lt;P&gt;Here are some pointers:&lt;/P&gt;
&lt;P&gt;1- Upload the content into repository using REST APIs or bulk load if you have many docs available already&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfilecustomtype" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfilecustomtype&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Refer for bulk load:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1-&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2-&amp;nbsp;&lt;A href="https://github.com/pmonks/alfresco-bulk-import#readme" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/pmonks/alfresco-bulk-import#readme&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2- Use the search rest api to search for content. By default content is indexed and full text support is default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/searching/#finding-folders-and-files-by-a-term" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/searching/#finding-folders-and-files-by-a-term&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;A href="https://docs.alfresco.com/search-services/latest/using/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-services/latest/using/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;3- Develop an app (as per your choice) to utilize the response from search and display as needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checkout these links as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://alfresco-content-app.netlify.app/#/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://alfresco-content-app.netlify.app/#/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-content-app" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-content-app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/generator-alfresco-adf-app" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/generator-alfresco-adf-app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:00:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/create-document-and-search-content-using-alfresco-rest-api/m-p/132855#M35794</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-09-01T20:00:21Z</dc:date>
    </item>
  </channel>
</rss>

