<?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: search custom properties? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249104#M202234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, let me try this out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 01:44:21 GMT</pubDate>
    <dc:creator>anujcb</dc:creator>
    <dc:date>2015-07-13T01:44:21Z</dc:date>
    <item>
      <title>search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249092#M202222</link>
      <description>Newbie question:&amp;nbsp; I think I saw this referenced somewhere, but I can't locate it now…Is there a "trick" or additional step that has to be performed after installing a custom content model such that properties designated as "Indexed" will actually be indexed and searchable through the default share "</description>
      <pubDate>Wed, 30 May 2012 20:38:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249092#M202222</guid>
      <dc:creator>aweber1nj</dc:creator>
      <dc:date>2012-05-30T20:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249093#M202223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's no trick. They'll be added to the index automatically. You should be able to search for them in the Share Search box by typing the namespace followed by the property name followed by the property value. For example, given a property named "sc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roduct", I can search for values of that property like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roduct:'Foo'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want users to be able to simply type "Foo" and have Share include "sc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roduct" in the list of properties it searches against by default, that's different and that does require a little bit of work, but it isn't bad. Basically, you override the search web script on the repository tier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that gets you pointed in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 21:17:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249093#M202223</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-05-30T21:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249094#M202224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, the latter "feature" is exactly what I'd like my users to be able to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know of any Wiki articles or similar information for me to review to tweak the search web script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I leveraged many points of your "content article", thank you for that.&amp;nbsp; Maybe this kind of info should be added to v3? &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 21:45:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249094#M202224</guid>
      <dc:creator>aweber1nj</dc:creator>
      <dc:date>2012-05-30T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249095#M202225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It turns out this has gotten easier in Alfresco 4. The "search template" has been moved to a config file, so you do not have to override the entire search.lib.js file, which is a Good Thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if you are using Alfresco 4, here are the steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Copy $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/slingshot/search/search.get.config.xml to&amp;nbsp; $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension/templates/webscripts/org/alfresco/slingshot/search/search.get.config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Edit $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension/templates/webscripts/org/alfresco/slingshot/search/search.get.config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Add your custom properties to the default-query-template element. For example, suppose I want to add sc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roduct and sc:version to the list of properties that are searched by default. My default-query-template element would look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;default-query-template&amp;gt;%(cm:name cm:title cm:description sc:product sc:version ia:whatEvent ia:descriptionEvent lnk:title lnk:description TEXT TAG)&amp;lt;/default-query-template&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Save the file, restart Tomcat, &amp;amp; search!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a release older than Alfresco 4, the concept is the same, but instead of overriding search.get.config.xml you will override search.lib.js and change the QUERY_TEMPLATES constant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 23:10:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249095#M202225</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-05-30T23:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249096#M202226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This worked great, Jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the detailed reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does adding "too many" properties to that default search list slow down searches?&amp;nbsp; While I appreciate Alfresco's ability to restrict the default search criteria, I'm just wondering what the best-practices might be to balance "usability" and performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-AJ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:15:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249096#M202226</guid>
      <dc:creator>aweber1nj</dc:creator>
      <dc:date>2012-05-31T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249097#M202227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suppose it would at some point–I don't know where that point is. Worth testing out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:19:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249097#M202227</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-05-31T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249098#M202228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2012-08-28 09:29:55,971 WARN [extensions.webscripts.DeclarativeRegistry] [Thread-1] Unable to register script classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml due to error: 07280000 Web Script document org/springframework/extensions/cmis/content.get.desc.xml is attempting to define the url '/cmis/content:GET' already defined by org/alfresco/cmis/client/content.get.desc.xml&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Did you create that web script in org/springframework/extensions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 18:21:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249098#M202228</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-08-28T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249099#M202229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I should have been more specific. The error message is complaining about a web script in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I'm just wondering where that web script came from. In my installation of 4.0.d, when I browse the web script index by package I see no such web script in that package which makes me think it should not be there. Could it be that you tried to extend some other web script by creating a new web script in that package? You might try moving the entire "cmis" folder under org/springframework/extensions to a backup directory somewhere outside of the Alfresco classpath and restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 16:22:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249099#M202229</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-08-29T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249100#M202230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you removed that file and you restarted tomcat, you should not be seeing that exact same error message. Can you check to see if that is the case and provide the new error message if you are getting a different one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 20:20:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249100#M202230</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-09-04T20:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249101#M202231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jeff, I'm new to the forum and Alfresco. I followed the above instructions on inserting my custom properties into the Search.get.config.xml file and my searches still come up with zero results. Any thoughts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 03:32:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249101#M202231</guid>
      <dc:creator>kevinnason</dc:creator>
      <dc:date>2014-02-26T03:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249102#M202232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find "&amp;lt;default-query-template&amp;gt;%(cm:name cm:title cm:description sc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roduct sc:version ia:whatEvent ia:descriptionEvent lnk:title lnk:description TEXT TAG)&amp;lt;/default-query-template&amp;gt;" in Alfresco5.0.a. Please help me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 04:16:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249102#M202232</guid>
      <dc:creator>applelam</dc:creator>
      <dc:date>2014-08-15T04:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249103#M202233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Open file&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; $TOMCAT_HOME/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-5.0.a-SNAPSHOT.jar&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;,and browse to &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;alfresco/templates/webscripts/org/alfresco/slingshot/search&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; ,it is now packaged in this jar file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 05:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249103#M202233</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-08-15T05:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249104#M202234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, let me try this out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 01:44:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249104#M202234</guid>
      <dc:creator>anujcb</dc:creator>
      <dc:date>2015-07-13T01:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249105#M202235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do we have to update the xml file inside the alfresco-remote-api-5.0.a-SNAPSHOT.jar or put the pointed folder. I have tried both but results are always empty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 07:50:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249105#M202235</guid>
      <dc:creator>ebuild</dc:creator>
      <dc:date>2016-02-27T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249106#M202236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should *NEVER* update anything inside the webapps folder.&amp;nbsp;&amp;nbsp; That includes hacking files in some WEB-INF folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 09:31:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249106#M202236</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2016-02-27T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249107#M202237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;You should *NEVER* update anything inside the webapps folder. That includes hacking files in some WEB-INF folder.&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how to add the said custom aspect properties in search&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 09:51:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249107#M202237</guid>
      <dc:creator>ebuild</dc:creator>
      <dc:date>2016-02-27T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249108#M202238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank in advance for the information which you have provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using alfresco community version 5.1.0 (r122274-b3). in this version I am unable find 'search.get.config.xml' file. In version 5.0 as you said it is there in $TOMCAT_HOME/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-5.0.a-SNAPSHOT.jar file. Do you have any idea about version 5.1.0 (r122274-b3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:06:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249108#M202238</guid>
      <dc:creator>jakeer</dc:creator>
      <dc:date>2016-03-02T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249109#M202239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to use the extension points Alfresco offers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the case, one option is to use the shared folder, which usually is configured as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;alfresco_install_path&amp;gt;/tomcat/shared/classes/alfresco/extension&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for Share&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;alfresco_install_path&amp;gt;/tomcat/shared/classes/alfresco/web-extension&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:24:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249109#M202239</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-03-02T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249110#M202240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm also using ver 5.1.0 (r122274-b3) and I can't find 'search.get.config.xml' file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me, where is this file "search web script" ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where I can add my custom "id properties" or "id aspects" to make simple searching in search box ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Today I must enter value "model1:numer:'777'" to search value "777" &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:56:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249110#M202240</guid>
      <dc:creator>gelek</dc:creator>
      <dc:date>2016-03-17T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: search custom properties?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249111#M202241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i do it in alfresco 5.1 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/content-modeling/custom-properties-making-searchable-value-03022016-1440#comment-162761" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/content-modeling/custom-properties-making-searchable-value-03022016-1440#comment-162761&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-custom-properties/m-p/249111#M202241</guid>
      <dc:creator>gelek</dc:creator>
      <dc:date>2016-03-18T10:03:23Z</dc:date>
    </item>
  </channel>
</rss>

