<?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 XPath Search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25054#M12330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I search with the partial file name search. I can able to search with the full file name. I am using xpath as query language. The following is my query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;searchQuery = "/app:company_home/cm:mySpace//cm:*";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;searchQuery = "/app:company_home/cm:mySpace//*";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;searchQuery = "/app:company_home/cm:mySpace//cm:Invitation.doc";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above three are working fine. How can I search the partial file name? I used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;searchQuery = "/app:company_home/cm:mySpace//cm:*nvitati*";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 09:54:20 GMT</pubDate>
    <dc:creator>deepusearching</dc:creator>
    <dc:date>2006-03-01T09:54:20Z</dc:date>
    <item>
      <title>XPath Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25054#M12330</link>
      <description>Hi,How can I search with the partial file name search. I can able to search with the full file name. I am using xpath as query language. The following is my query.searchQuery = "/app:company_home/cm:mySpace//cm:*";searchQuery = "/app:company_home/cm:mySpace//*";searchQuery = "/app:company_home/cm:my</description>
      <pubDate>Wed, 01 Mar 2006 09:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25054#M12330</guid>
      <dc:creator>deepusearching</dc:creator>
      <dc:date>2006-03-01T09:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: XPath Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25055#M12331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The XPath syntax is limited:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Optimised_XPath_langauge" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Optimised_XPath_langauge&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are better off using the Lucene syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Lucene_Language" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Lucene_Language&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or maybe the fully-featured selectNodes() syntax (but this is much slower as it walks node hierarchies using the NodeService)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 11:28:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25055#M12331</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-03-01T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: XPath Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25056#M12332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The XPath syntax is limited:&lt;BR /&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Optimised_XPath_langauge" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Optimised_XPath_langauge&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You are better off using the Lucene syntax:&lt;BR /&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Lucene_Language" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Search_Documentation#Lucene_Language&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or maybe the fully-featured selectNodes() syntax (but this is much slower as it walks node hierarchies using the NodeService)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: this wiki page is&amp;nbsp; great &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2006 21:39:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xpath-search/m-p/25056#M12332</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-12-10T21:39:49Z</dc:date>
    </item>
  </channel>
</rss>

