<?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: 1.3 Node Browser in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19895#M9231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also, is there a description of the syntax for the other types of searches: noderef, xpath, selectnodes?&lt;BR /&gt;&lt;BR /&gt;You can look at &lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;With the final point , it goes to an invalid url…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 07:56:13 GMT</pubDate>
    <dc:creator>jmliege</dc:creator>
    <dc:date>2006-07-25T07:56:13Z</dc:date>
    <item>
      <title>1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19889#M9225</link>
      <description>I'm using an Alfresco CE 1.3 code base obtained from SVN early last week.In the Admin area there is a Node Browser option.This seems interesting, but I can't get it to work very well.I attempted to try to use the Lucine search based off of examples from the Search wiki page.&amp;nbsp; But I can't get it to r</description>
      <pubDate>Sun, 04 Jun 2006 16:38:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19889#M9225</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2006-06-04T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19890#M9226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've found that using the Lucene search in the Node Browser that a few things like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TITLE:\"Guest Home\"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH:"/*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most everything else just flashes the screen and refreshes the same content on the screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The refresh does not work well.&amp;nbsp; Sometimes I will need to click and submit "Search" a few times before it actually show any results.&amp;nbsp; It often pops back into the search field the previous search string that I entered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 04:57:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19890#M9226</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2006-06-10T04:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19891#M9227</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;The node browser was introduced as more of a debug tool for developers so although the features should function as advertised, fixing issues in this area have not had the highest priority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest raising the issues you have found in JIRA and they will assigned and prioritised accordingly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 07:55:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19891#M9227</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-06-12T07:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19892#M9228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The search does work, but you have to be careful to ensure the lucene statements are escaped appropriately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These searches worked:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TYPE:"{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}content" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}content&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH:"/app:company_home"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@cm\:name:"Alfresco-Tutorial.pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue regarding the back button is possibly a general JSF issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 18:16:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19892#M9228</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2006-06-12T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19893#M9229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&amp;nbsp; Great.&amp;nbsp; All of these examples work for me now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was greatly confused because of the JSF problems.&amp;nbsp; I often need to click "back" and then re-search.&amp;nbsp; I think I tried your first example before, but had thought that nothing was being returned because of the JSF refresh.&amp;nbsp; And the previous search criterion sometimes reappears and populates the search field.&amp;nbsp; Is there a configuration fix for these problems?&amp;nbsp; I don't seem to have these problems on other pages of the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there a description of the syntax for the other types of searches:&amp;nbsp; noderef, xpath, selectnodes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm surprised that via the UI there doesn't seem to be a useful/easy way to do more complicated searches against the document metadata.&amp;nbsp; Also I wonder why this search functionality is hidden away as an Administrator capability.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 15:46:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19893#M9229</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2006-06-13T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19894#M9230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; Is there a configuration fix for these problems? I don't seem to have these problems on other pages of the application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There might be, I'd have to refer to one of our JSF guru's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Also, is there a description of the syntax for the other types of searches: noderef, xpath, selectnodes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; I'm surprised that via the UI there doesn't seem to be a useful/easy way to do more complicated searches against the document metadata. Also I wonder why this search functionality is hidden away as an Administrator capability.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be surprised too - there's an Advanced Search available in the Web Client.&amp;nbsp;&amp;nbsp; Click on the drop down menu (the small triangle) to the left of the search box.&amp;nbsp; You can search on all sorts of criteria.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 18:00:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19894#M9230</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2006-06-13T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: 1.3 Node Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19895#M9231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also, is there a description of the syntax for the other types of searches: noderef, xpath, selectnodes?&lt;BR /&gt;&lt;BR /&gt;You can look at &lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;With the final point , it goes to an invalid url…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 07:56:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-3-node-browser/m-p/19895#M9231</guid>
      <dc:creator>jmliege</dc:creator>
      <dc:date>2006-07-25T07:56:13Z</dc:date>
    </item>
  </channel>
</rss>

