<?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 Search for property values in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221351#M174481</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;I'm trying to search for property values (not content) using javascript. Is it possible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The usecase is a searchform where the values of dropdowns should be filled with actual values used for that property. As far as I can se right now it is only possible to find content (eg documents and spaces).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Mar 2010 09:42:48 GMT</pubDate>
    <dc:creator>buurd</dc:creator>
    <dc:date>2010-03-04T09:42:48Z</dc:date>
    <item>
      <title>Search for property values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221351#M174481</link>
      <description>Hi!I'm trying to search for property values (not content) using javascript. Is it possible? The usecase is a searchform where the values of dropdowns should be filled with actual values used for that property. As far as I can se right now it is only possible to find content (eg documents and spaces)</description>
      <pubDate>Thu, 04 Mar 2010 09:42:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221351#M174481</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-03-04T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search for property values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221352#M174482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That should be no problem at all since the javascript api supports all kinds of searches. You just have to construct an appropriate query. For example a lucene query with the keyword ALL:"dog" will find all nodes with metadata properties containing the word "dog".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 19:19:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221352#M174482</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2010-03-04T19:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search for property values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221353#M174483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is that the query you described will return ScriptNodes, not a list of metadata-values. That means that if I ask for all people that have created a document (cm:creator) I will get all documents in the system instead of the 100 authors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now I loop trough the thousands of hits and add the authors in a hashmap to remove the duplicates and get the list of authors. But it is very slow an will only get slower the more documents I get into the system. Imagine a system with a couple of millions of documents and have to read the properties of every document to get the information you want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:51:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-property-values/m-p/221353#M174483</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-03-05T07:51:04Z</dc:date>
    </item>
  </channel>
</rss>

