<?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: Return fields naming in Search API in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78196#M24487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following can retrieve the cm:title, however, result is very verbose with unwanted fields and the data is&amp;nbsp;marked with highlights. Any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "query": {&lt;BR /&gt; "query": "cm:description:workflow"&lt;BR /&gt; },&lt;BR /&gt; "paging": {&lt;BR /&gt; "skipCount": "0",&lt;BR /&gt; "maxItems": "1"&lt;BR /&gt; },&lt;BR /&gt; "sort": [&lt;BR /&gt; {&lt;BR /&gt; "type": "FIELD",&lt;BR /&gt; "field": "cm:created",&lt;BR /&gt; "ascending": false&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "highlight": {&lt;BR /&gt; "fields": [&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:title"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:description"&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Response:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "list": {&lt;BR /&gt; "pagination": {&lt;BR /&gt; "count": 1,&lt;BR /&gt; "hasMoreItems": true,&lt;BR /&gt; "totalItems": 11,&lt;BR /&gt; "skipCount": 0,&lt;BR /&gt; "maxItems": 1&lt;BR /&gt; },&lt;BR /&gt; "entries": [&lt;BR /&gt; {&lt;BR /&gt; "entry": {&lt;BR /&gt; "isFile": true,&lt;BR /&gt; "createdByUser": {&lt;BR /&gt; "id": "System",&lt;BR /&gt; "displayName": "System"&lt;BR /&gt; },&lt;BR /&gt; "modifiedAt": "2018-04-02T15:51:02.267+0000",&lt;BR /&gt; "nodeType": "cm:content",&lt;BR /&gt; "content": {&lt;BR /&gt; "mimeType": "application/x-javascript",&lt;BR /&gt; "mimeTypeName": "JavaScript",&lt;BR /&gt; "sizeInBytes": 1490,&lt;BR /&gt; "encoding": "UTF-8"&lt;BR /&gt; },&lt;BR /&gt; "parentId": "1fb78a3e-5398-4a72-8c7c-93cb8ae7ccc5",&lt;BR /&gt; "createdAt": "2018-04-02T15:51:02.267+0000",&lt;BR /&gt; "isFolder": false,&lt;BR /&gt; "search": {&lt;BR /&gt; "score": 2.0033154,&lt;BR /&gt; "highlight": [&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:title",&lt;BR /&gt; "snippets": [&lt;BR /&gt; "Start Pooled Review and Approve &amp;lt;em&amp;gt;Workflow&amp;lt;/em&amp;gt;"&lt;BR /&gt; ]&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:description",&lt;BR /&gt; "snippets": [&lt;BR /&gt; "Starts the Pooled Review and Approve &amp;lt;em&amp;gt;workflow&amp;lt;/em&amp;gt; for all members of the site the document belongs to"&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; },&lt;BR /&gt; "modifiedByUser": {&lt;BR /&gt; "id": "System",&lt;BR /&gt; "displayName": "System"&lt;BR /&gt; },&lt;BR /&gt; "name": "start-pooled-review-workflow.js",&lt;BR /&gt; "location": "nodes",&lt;BR /&gt; "id": "9a1332b0-9958-49be-9312-d10ae91527f8"&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 15:31:47 GMT</pubDate>
    <dc:creator>janardhanc</dc:creator>
    <dc:date>2018-04-03T15:31:47Z</dc:date>
    <item>
      <title>Return fields naming in Search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78195#M24486</link>
      <description>I am trying to execute a search and retrieve some basic fields. However, there seems to be some naming differences with rest API.The following request is not returning&amp;nbsp;cm:title field. However, you can see that the field exists and "include properties" is able to return the field.I tried other conven</description>
      <pubDate>Thu, 29 Mar 2018 19:57:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78195#M24486</guid>
      <dc:creator>janardhanc</dc:creator>
      <dc:date>2018-03-29T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Return fields naming in Search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78196#M24487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following can retrieve the cm:title, however, result is very verbose with unwanted fields and the data is&amp;nbsp;marked with highlights. Any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "query": {&lt;BR /&gt; "query": "cm:description:workflow"&lt;BR /&gt; },&lt;BR /&gt; "paging": {&lt;BR /&gt; "skipCount": "0",&lt;BR /&gt; "maxItems": "1"&lt;BR /&gt; },&lt;BR /&gt; "sort": [&lt;BR /&gt; {&lt;BR /&gt; "type": "FIELD",&lt;BR /&gt; "field": "cm:created",&lt;BR /&gt; "ascending": false&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "highlight": {&lt;BR /&gt; "fields": [&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:title"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:description"&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Response:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "list": {&lt;BR /&gt; "pagination": {&lt;BR /&gt; "count": 1,&lt;BR /&gt; "hasMoreItems": true,&lt;BR /&gt; "totalItems": 11,&lt;BR /&gt; "skipCount": 0,&lt;BR /&gt; "maxItems": 1&lt;BR /&gt; },&lt;BR /&gt; "entries": [&lt;BR /&gt; {&lt;BR /&gt; "entry": {&lt;BR /&gt; "isFile": true,&lt;BR /&gt; "createdByUser": {&lt;BR /&gt; "id": "System",&lt;BR /&gt; "displayName": "System"&lt;BR /&gt; },&lt;BR /&gt; "modifiedAt": "2018-04-02T15:51:02.267+0000",&lt;BR /&gt; "nodeType": "cm:content",&lt;BR /&gt; "content": {&lt;BR /&gt; "mimeType": "application/x-javascript",&lt;BR /&gt; "mimeTypeName": "JavaScript",&lt;BR /&gt; "sizeInBytes": 1490,&lt;BR /&gt; "encoding": "UTF-8"&lt;BR /&gt; },&lt;BR /&gt; "parentId": "1fb78a3e-5398-4a72-8c7c-93cb8ae7ccc5",&lt;BR /&gt; "createdAt": "2018-04-02T15:51:02.267+0000",&lt;BR /&gt; "isFolder": false,&lt;BR /&gt; "search": {&lt;BR /&gt; "score": 2.0033154,&lt;BR /&gt; "highlight": [&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:title",&lt;BR /&gt; "snippets": [&lt;BR /&gt; "Start Pooled Review and Approve &amp;lt;em&amp;gt;Workflow&amp;lt;/em&amp;gt;"&lt;BR /&gt; ]&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "cm:description",&lt;BR /&gt; "snippets": [&lt;BR /&gt; "Starts the Pooled Review and Approve &amp;lt;em&amp;gt;workflow&amp;lt;/em&amp;gt; for all members of the site the document belongs to"&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; },&lt;BR /&gt; "modifiedByUser": {&lt;BR /&gt; "id": "System",&lt;BR /&gt; "displayName": "System"&lt;BR /&gt; },&lt;BR /&gt; "name": "start-pooled-review-workflow.js",&lt;BR /&gt; "location": "nodes",&lt;BR /&gt; "id": "9a1332b0-9958-49be-9312-d10ae91527f8"&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 15:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78196#M24487</guid>
      <dc:creator>janardhanc</dc:creator>
      <dc:date>2018-04-03T15:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Return fields naming in Search API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78197#M24488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like rest returns either all properties or no properties.&amp;nbsp;&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/thread/215496"&gt;How to customize detailed views in Alfresco search results ?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone confirm this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 18:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/return-fields-naming-in-search-api/m-p/78197#M24488</guid>
      <dc:creator>janardhanc</dc:creator>
      <dc:date>2018-04-03T18:51:33Z</dc:date>
    </item>
  </channel>
</rss>

