<?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: Make metadata from model properties searchable in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/make-metadata-from-model-properties-searchable/m-p/129250#M35003</link>
    <description>&lt;P&gt;&lt;BR /&gt;1. If you want your custom property to be searchable.you need to enable the property to be used for searching in your custom model definition like following,you should set index enable="true" and set tokenised to true or both&lt;/P&gt;&lt;PRE&gt;&amp;lt;property name="property name"&amp;gt;
&amp;lt;title&amp;gt;xxxx&amp;lt;/title&amp;gt;
&amp;lt;description&amp;gt;XXX&amp;lt;/description&amp;gt;
&amp;lt;type&amp;gt;d:int&amp;lt;/type&amp;gt;
&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;
&amp;lt;index enabled="true"&amp;gt;
&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
&amp;lt;stored&amp;gt;true&amp;lt;/stored&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;tokenised&amp;gt;true&amp;lt;/tokenised&amp;gt;&lt;BR /&gt;&amp;lt;/index&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;2. If you want your custom properties to be searchable in share live seach,please refer to &lt;A href="https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/&lt;/A&gt;&lt;BR /&gt;3. If you want your custom properties to be searchable in advanced search ,please refer to &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-advanced-search-in-alfresco-share" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-advanced-search-in-alfresco-share&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 16:00:04 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2020-12-29T16:00:04Z</dc:date>
    <item>
      <title>Make metadata from model properties searchable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/make-metadata-from-model-properties-searchable/m-p/129249#M35002</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I`ve tried to access the search related .JAR file located at&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-5.2.f.jar&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But when I unzip the jar file and open this folder (search) I don`t have anything in it.It should contain search related XML files that I`m supposed to edit in order to add some properties from my created models to the search.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;alfresco/templates/webscripts/org/alfresco/slingshot/search/&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What else can I do in order to add properties to the search? Could it be the case that the .JAR files that I`m looking for are located in some other JAR?&lt;/P&gt;&lt;P&gt;I`ve been following this guide: &lt;A href="https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I`d appreciate if you gave me some tips on how to handle the situation I have here.Searching model's custom properties is one of the most important things to me and one of the main reasons I`ve decided to use Alfresco DMS in the first place.&lt;/P&gt;&lt;P&gt;Thanks in advance for help,&lt;/P&gt;&lt;P&gt;Nikola Vukovic&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 13:19:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/make-metadata-from-model-properties-searchable/m-p/129249#M35002</guid>
      <dc:creator>nikolav</dc:creator>
      <dc:date>2020-12-29T13:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Make metadata from model properties searchable</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/make-metadata-from-model-properties-searchable/m-p/129250#M35003</link>
      <description>&lt;P&gt;&lt;BR /&gt;1. If you want your custom property to be searchable.you need to enable the property to be used for searching in your custom model definition like following,you should set index enable="true" and set tokenised to true or both&lt;/P&gt;&lt;PRE&gt;&amp;lt;property name="property name"&amp;gt;
&amp;lt;title&amp;gt;xxxx&amp;lt;/title&amp;gt;
&amp;lt;description&amp;gt;XXX&amp;lt;/description&amp;gt;
&amp;lt;type&amp;gt;d:int&amp;lt;/type&amp;gt;
&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;
&amp;lt;index enabled="true"&amp;gt;
&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
&amp;lt;stored&amp;gt;true&amp;lt;/stored&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;tokenised&amp;gt;true&amp;lt;/tokenised&amp;gt;&lt;BR /&gt;&amp;lt;/index&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;2. If you want your custom properties to be searchable in share live seach,please refer to &lt;A href="https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://bluefishgroup.com/insights/ecm/adding-metadata-fields-to-simple-search-and-live-search-with-alfresco-5/&lt;/A&gt;&lt;BR /&gt;3. If you want your custom properties to be searchable in advanced search ,please refer to &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-advanced-search-in-alfresco-share" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-advanced-search-in-alfresco-share&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:00:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/make-metadata-from-model-properties-searchable/m-p/129250#M35003</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-12-29T16:00:04Z</dc:date>
    </item>
  </channel>
</rss>

