<?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 Custom Datalist and search index in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-datalist-and-search-index/m-p/91149#M27130</link>
    <description>&lt;P&gt;Goof afternoon,&lt;/P&gt;&lt;P&gt;based on this documentation &lt;A href="https://docs.alfresco.com/6.0/references/dev-extension-points-data-lists.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.0/references/dev-extension-points-data-lists.html&lt;/A&gt; I have created a simple Question/Answer data list. I can populate and edit the list but I get no results when I search form them. This is part of my model definition:&lt;/P&gt;&lt;PRE&gt;&amp;lt;types&amp;gt;
        &amp;lt;!-- Data List Item Type for the custom project list --&amp;gt;
        &amp;lt;type name="esol:esoListItem"&amp;gt;
            &amp;lt;title&amp;gt;ESOL Item&amp;lt;/title&amp;gt;
            &amp;lt;parent&amp;gt;dl:dataListItem&amp;lt;/parent&amp;gt;
            &amp;lt;properties&amp;gt;
                &amp;lt;property name="esol:error"&amp;gt;
                    &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
                    &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;
                    &amp;lt;!-- Enable index search --&amp;gt;
                    &amp;lt;index enabled="true"&amp;gt;
                        &amp;lt;tokenised&amp;gt;TRUE&amp;lt;/tokenised&amp;gt;
                        &amp;lt;facetable&amp;gt;false&amp;lt;/facetable&amp;gt;
                    &amp;lt;/index&amp;gt;
                &amp;lt;/property&amp;gt;
				&amp;lt;property name="esol:solution"&amp;gt;
                    &amp;lt;type&amp;gt;d:mltext&amp;lt;/type&amp;gt;
                    &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;
                    &amp;lt;!-- Enable index search --&amp;gt;
                    &amp;lt;index enabled="true"&amp;gt;
                        &amp;lt;tokenised&amp;gt;TRUE&amp;lt;/tokenised&amp;gt;
                        &amp;lt;facetable&amp;gt;false&amp;lt;/facetable&amp;gt;
                    &amp;lt;/index&amp;gt;
                &amp;lt;/property&amp;gt;
            &amp;lt;/properties&amp;gt;    
        &amp;lt;/type&amp;gt;
    &amp;lt;/types&amp;gt;&lt;/PRE&gt;&lt;P&gt;I have added index enabled="true", is there another insert point where I have to add something that search is working?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 14:29:21 GMT</pubDate>
    <dc:creator>nettania</dc:creator>
    <dc:date>2020-03-03T14:29:21Z</dc:date>
    <item>
      <title>Custom Datalist and search index</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-datalist-and-search-index/m-p/91149#M27130</link>
      <description>&lt;P&gt;Goof afternoon,&lt;/P&gt;&lt;P&gt;based on this documentation &lt;A href="https://docs.alfresco.com/6.0/references/dev-extension-points-data-lists.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.0/references/dev-extension-points-data-lists.html&lt;/A&gt; I have created a simple Question/Answer data list. I can populate and edit the list but I get no results when I search form them. This is part of my model definition:&lt;/P&gt;&lt;PRE&gt;&amp;lt;types&amp;gt;
        &amp;lt;!-- Data List Item Type for the custom project list --&amp;gt;
        &amp;lt;type name="esol:esoListItem"&amp;gt;
            &amp;lt;title&amp;gt;ESOL Item&amp;lt;/title&amp;gt;
            &amp;lt;parent&amp;gt;dl:dataListItem&amp;lt;/parent&amp;gt;
            &amp;lt;properties&amp;gt;
                &amp;lt;property name="esol:error"&amp;gt;
                    &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
                    &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;
                    &amp;lt;!-- Enable index search --&amp;gt;
                    &amp;lt;index enabled="true"&amp;gt;
                        &amp;lt;tokenised&amp;gt;TRUE&amp;lt;/tokenised&amp;gt;
                        &amp;lt;facetable&amp;gt;false&amp;lt;/facetable&amp;gt;
                    &amp;lt;/index&amp;gt;
                &amp;lt;/property&amp;gt;
				&amp;lt;property name="esol:solution"&amp;gt;
                    &amp;lt;type&amp;gt;d:mltext&amp;lt;/type&amp;gt;
                    &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;
                    &amp;lt;!-- Enable index search --&amp;gt;
                    &amp;lt;index enabled="true"&amp;gt;
                        &amp;lt;tokenised&amp;gt;TRUE&amp;lt;/tokenised&amp;gt;
                        &amp;lt;facetable&amp;gt;false&amp;lt;/facetable&amp;gt;
                    &amp;lt;/index&amp;gt;
                &amp;lt;/property&amp;gt;
            &amp;lt;/properties&amp;gt;    
        &amp;lt;/type&amp;gt;
    &amp;lt;/types&amp;gt;&lt;/PRE&gt;&lt;P&gt;I have added index enabled="true", is there another insert point where I have to add something that search is working?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:29:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-datalist-and-search-index/m-p/91149#M27130</guid>
      <dc:creator>nettania</dc:creator>
      <dc:date>2020-03-03T14:29:21Z</dc:date>
    </item>
  </channel>
</rss>

