<?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: Advance search guidance on my properties in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90387#M26981</link>
    <description>&lt;P&gt;Thank you Jeff, i checked solr and alfresco logs and I don't see any errors. Do i need to enable any special logging ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;No i haven't check SOLR console, i will try that as well.&amp;nbsp;&lt;BR /&gt;Thanks again for guidance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 01:13:54 GMT</pubDate>
    <dc:creator>bip1989</dc:creator>
    <dc:date>2019-09-26T01:13:54Z</dc:date>
    <item>
      <title>Advance search guidance on my properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90385#M26979</link>
      <description>&lt;P&gt;Following this tutorial: &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" target="_blank" rel="noopener nofollow noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html&lt;/A&gt;&lt;BR /&gt;I was able to make a custom content model working and i am able to see properties on share view details and edit properties.&lt;/P&gt;&lt;P&gt;Thank you for this great tutorial. It is very helpful.&lt;/P&gt;&lt;P&gt;I wanted my custom properties to search in advance search. I followed the above tutorial and configured advance search option and search form as explained.&lt;BR /&gt;I am able to see the properties on advance search page but when i provide the value and search, i get 0 results.&lt;/P&gt;&lt;P&gt;I don't see any errors in my development environment.&lt;/P&gt;&lt;P&gt;Also, one thing i noticed that- search is working for properties "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;ublished", "sc:isActive" etc.&lt;/P&gt;&lt;P&gt;I have added following properties in addition to what is given in tutorial.&lt;/P&gt;&lt;P&gt;&amp;lt;property name="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;ublishedBy"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="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;ublishingComment"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;The values which i have saved for these properties are, values are visible on view details page:&lt;BR /&gt;-------------------------------------------------&lt;BR /&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;ublishedBy = Bipin Dixit&lt;/P&gt;&lt;P&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;ublishingComment = Published this document&lt;BR /&gt;-------------------------------------------------&lt;/P&gt;&lt;P&gt;When i submit search from advance search screen by providing the values as mentioned above for the above given properties, i see 0 results.&lt;/P&gt;&lt;P&gt;Can you guide me, if i am missing anything ?&lt;/P&gt;&lt;P&gt;Here is my full content model:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!-- Definition of new Model --&amp;gt;&lt;BR /&gt;&amp;lt;model name="sc:somecomodel" xmlns="&lt;A href="http://www.alfresco.org/model/dictionary/1.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Optional meta-data about the model --&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Someco Model&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;author&amp;gt;Jeff Potts&amp;lt;/author&amp;gt;&lt;BR /&gt;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Imports are required to allow references to definitions in other models --&amp;gt;&lt;BR /&gt;&amp;lt;imports&amp;gt;&lt;BR /&gt;&amp;lt;!-- Import Alfresco Dictionary Definitions --&amp;gt;&lt;BR /&gt;&amp;lt;import uri="&lt;A href="http://www.alfresco.org/model/dictionary/1.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.alfresco.org/model/dictionary/1.0&lt;/A&gt;" prefix="d" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- Import Alfresco Content Domain Model Definitions --&amp;gt;&lt;BR /&gt;&amp;lt;import uri="&lt;A href="http://www.alfresco.org/model/content/1.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;" prefix="cm" /&amp;gt;&lt;BR /&gt;&amp;lt;import uri="&lt;A href="http://www.alfresco.org/model/system/1.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.alfresco.org/model/system/1.0&lt;/A&gt;" prefix="sys"/&amp;gt;&lt;BR /&gt;&amp;lt;/imports&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Introduction of new namespaces defined by this model --&amp;gt;&lt;BR /&gt;&amp;lt;namespaces&amp;gt;&lt;BR /&gt;&amp;lt;namespace uri="&lt;A href="http://www.someco.com/model/content/1.0" target="_blank" rel="noopener nofollow noreferrer"&gt;http://www.someco.com/model/content/1.0&lt;/A&gt;" prefix="sc" /&amp;gt;&lt;BR /&gt;&amp;lt;/namespaces&amp;gt;&lt;BR /&gt;&amp;lt;constraints&amp;gt;&lt;BR /&gt;&amp;lt;constraint name="sc:campaignList" type="LIST"&amp;gt;&lt;BR /&gt;&amp;lt;parameter name="allowedValues"&amp;gt;&lt;BR /&gt;&amp;lt;list&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Application Syndication&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Private Event Retailing&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Social Shopping&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;lt;/parameter&amp;gt;&lt;BR /&gt;&amp;lt;/constraint&amp;gt;&lt;BR /&gt;&amp;lt;constraint name="sc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;wnerList" type="LIST"&amp;gt;&lt;BR /&gt;&amp;lt;parameter name="allowedValues"&amp;gt;&lt;BR /&gt;&amp;lt;list&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Smith&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Jones&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;Jacobsen&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;lt;/parameter&amp;gt;&lt;BR /&gt;&amp;lt;/constraint&amp;gt;&lt;BR /&gt;&amp;lt;/constraints&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;types&amp;gt;&lt;BR /&gt;&amp;lt;!-- Enterprise-wide generic document type --&amp;gt;&lt;BR /&gt;&amp;lt;type name="sc:doc"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Document&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;associations&amp;gt;&lt;BR /&gt;&amp;lt;association name="sc:relatedDocuments"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Related Documents&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;source&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/source&amp;gt;&lt;BR /&gt;&amp;lt;target&amp;gt;&lt;BR /&gt;&amp;lt;class&amp;gt;sc:doc&amp;lt;/class&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/target&amp;gt;&lt;BR /&gt;&amp;lt;/association&amp;gt;&lt;BR /&gt;&amp;lt;/associations&amp;gt;&lt;BR /&gt;&amp;lt;mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;lt;aspect&amp;gt;cm:generalclassifiable&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;lt;/mandatory-aspects&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;type name="sc:whitepaper"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Whitepaper&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;sc:doc&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;type name="sc:marketingDoc"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Marketing Document&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;sc:doc&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:campaign"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;BR /&gt;&amp;lt;constraints&amp;gt;&lt;BR /&gt;&amp;lt;constraint ref="sc:campaignList" /&amp;gt;&lt;BR /&gt;&amp;lt;/constraints&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:campaignOwner"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;multiple&amp;gt;false&amp;lt;/multiple&amp;gt;&lt;BR /&gt;&amp;lt;constraints&amp;gt;&lt;BR /&gt;&amp;lt;constraint ref="sc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;wnerList" /&amp;gt;&lt;BR /&gt;&amp;lt;/constraints&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;type name="sc:client"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Client&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;sys:base&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:clientName"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:clientId"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/types&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;aspects&amp;gt;&lt;BR /&gt;&amp;lt;aspect name="sc:webable"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Webable&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="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;ublished"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:isActive"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:boolean&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;false&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="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;ublishedBy"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="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;ublishingComment"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;/property&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;aspect name="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;roductRelated"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Product Metadata&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;lt;property name="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"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="sc:version"&amp;gt;&lt;BR /&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;aspect name="sc:clientRelated"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Someco Client Related&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;associations&amp;gt;&lt;BR /&gt;&amp;lt;association name="sc:relatedClients"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Related Clients&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;source&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/source&amp;gt;&lt;BR /&gt;&amp;lt;target&amp;gt;&lt;BR /&gt;&amp;lt;class&amp;gt;sc:client&amp;lt;/class&amp;gt;&lt;BR /&gt;&amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;lt;many&amp;gt;true&amp;lt;/many&amp;gt;&lt;BR /&gt;&amp;lt;/target&amp;gt;&lt;BR /&gt;&amp;lt;/association&amp;gt;&lt;BR /&gt;&amp;lt;/associations&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&amp;lt;/aspects&amp;gt;&lt;BR /&gt;&amp;lt;/model&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MyForm:&lt;/P&gt;&lt;P&gt;&amp;lt;!-- sc:whitepaper type (new nodes) --&amp;gt;&lt;BR /&gt;&amp;lt;config evaluator="model-type" condition="sc:whitepaper"&amp;gt;&lt;BR /&gt;&amp;lt;forms&amp;gt;&lt;BR /&gt;&amp;lt;!-- Search form --&amp;gt;&lt;BR /&gt;&amp;lt;form id="search"&amp;gt;&lt;BR /&gt;&amp;lt;field-visibility&amp;gt;&lt;BR /&gt;&amp;lt;show id="cm:name" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="cm:title" force="true" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="cm:description" force="true" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="mimetype" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="cm:modified" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="cm:modifier" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- 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;roductRelated --&amp;gt;&lt;BR /&gt;&amp;lt;show id="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" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="sc:version" /&amp;gt;&lt;BR /&gt;&amp;lt;!-- sc:webable --&amp;gt;&lt;BR /&gt;&amp;lt;show id="sc:isActive" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="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;ublished" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="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;ublishedBy" /&amp;gt;&lt;BR /&gt;&amp;lt;show id="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;ublishingComment" /&amp;gt;&lt;BR /&gt;&amp;lt;/field-visibility&amp;gt;&lt;BR /&gt;&amp;lt;appearance&amp;gt;&lt;BR /&gt;&amp;lt;field id="mimetype"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/mimetype.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field id="cm:modifier"&amp;gt;&lt;BR /&gt;&amp;lt;control&amp;gt;&lt;BR /&gt;&amp;lt;control-param name="forceEditable"&amp;gt;true&amp;lt;/control-param&amp;gt;&lt;BR /&gt;&amp;lt;/control&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field id="cm:modified"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/daterange.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;!-- 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;roductRelated --&amp;gt;&lt;BR /&gt;&amp;lt;field id="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" label-id="prop.sc_product"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field id="sc:version" label-id="prop.sc_version"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;!-- sc:webable --&amp;gt;&lt;BR /&gt;&amp;lt;field id="sc:isActive" label-id="prop.sc_isActive"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/checkbox.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field id="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;ublished" label-id="prop.sc_published"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/daterange.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;field id="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;ublishedBy" label-id="Published By"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field id="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;ublishingComment" label-id="Publishing Comment"&amp;gt;&lt;BR /&gt;&amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" /&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/appearance&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;&amp;lt;/forms&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 14:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90385#M26979</guid>
      <dc:creator>bip1989</dc:creator>
      <dc:date>2019-09-25T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Advance search guidance on my properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90386#M26980</link>
      <description>&lt;P&gt;Thanks for reading the tutorial, I'm glad you found it helpful.&lt;/P&gt;
&lt;P&gt;What you are doing should work. Maybe something is wrong with your SOLR server?&lt;/P&gt;
&lt;P&gt;Have you tried going to the SOLR console, selecting the Alfresco core, then going to "Query" and running the search from there?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 19:25:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90386#M26980</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2019-09-25T19:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Advance search guidance on my properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90387#M26981</link>
      <description>&lt;P&gt;Thank you Jeff, i checked solr and alfresco logs and I don't see any errors. Do i need to enable any special logging ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;No i haven't check SOLR console, i will try that as well.&amp;nbsp;&lt;BR /&gt;Thanks again for guidance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 01:13:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90387#M26981</guid>
      <dc:creator>bip1989</dc:creator>
      <dc:date>2019-09-26T01:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Advance search guidance on my properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90388#M26982</link>
      <description>&lt;P&gt;&lt;U&gt;Enable these logs and see if you can find something:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug&lt;/P&gt;
&lt;P&gt;log4j.logger.org.alfresco.solr.query.AbstractQParser=debug&lt;BR /&gt;log4j.logger.org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient=debug&lt;/P&gt;
&lt;P&gt;As Jeff suggested, check the SOLR console to see if you are able to search the properties or not.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:52:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90388#M26982</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-09-26T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Advance search guidance on my properties</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90389#M26983</link>
      <description>&lt;P&gt;Thanks Jeff and Abhinav. My search is working now. After i added log config, I noticed solr call having value as :&amp;nbsp;&lt;SPAN&gt;Published+this+document for 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;ublishedComment property. Same was the case for Author. When i manually changed the value to "Published this document" and executed on solr admin, it worked.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also followed some other posts on this forum where some folks had similar issues. I changed the index tokenization config to false and restarted my app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;all good now&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 10:35:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/advance-search-guidance-on-my-properties/m-p/90389#M26983</guid>
      <dc:creator>bip1989</dc:creator>
      <dc:date>2019-10-01T10:35:48Z</dc:date>
    </item>
  </channel>
</rss>

