<?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 Auto suggest meta data in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224644#M177774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have extended the meta data model to have a lot of custom meta data. Two of these fields are Location - which is a category selection popup box. This is a very strict location list according to a gazzateer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The other is Alt location, which is for all other spellings of the place name or historical names. There are a lot of these are most places have bilingual names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In our current database we have matched just about every single Alt location to a specific name in the gazateer. So what I would like to do, is when someone selects the location, it either auto fills or auto suggests all the possible alt locations when you get to that input box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone done anything like this before, or can anyone think of a fairly simple way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using Enterprise 3.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 10:20:22 GMT</pubDate>
    <dc:creator>hotnuts21</dc:creator>
    <dc:date>2010-05-12T10:20:22Z</dc:date>
    <item>
      <title>Auto suggest meta data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224644#M177774</link>
      <description>We have extended the meta data model to have a lot of custom meta data. Two of these fields are Location - which is a category selection popup box. This is a very strict location list according to a gazzateer.The other is Alt location, which is for all other spellings of the place name or historical</description>
      <pubDate>Wed, 12 May 2010 10:20:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224644#M177774</guid>
      <dc:creator>hotnuts21</dc:creator>
      <dc:date>2010-05-12T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Auto suggest meta data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224645#M177775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is very easy to do within Alfresco Share (we've done this already). There is YUI control for this. &lt;/SPAN&gt;&lt;A href="http://developer.yahoo.com/yui/autocomplete" rel="nofollow noopener noreferrer"&gt;http://developer.yahoo.com/yui/autocomplete&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco Explorer is another matter. Should still be possible to do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 11:20:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224645#M177775</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-05-12T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto suggest meta data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224646#M177776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is in share so that looks good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are very new to the development of Alfresco so if anyone has any pointers to articles that show how to utilise YUI in share, that would be helpfull. We have not looked at share much yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip zaizi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 13:09:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224646#M177776</guid>
      <dc:creator>hotnuts21</dc:creator>
      <dc:date>2010-05-12T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Auto suggest meta data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224647#M177777</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;Although targeted at 3.3 the Forms Development Kit (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Development_Kit" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms_Development_Kit&lt;/A&gt;&lt;SPAN&gt;) may be useful to you as it includes an example autocomplete control (which uses the YUI autocomplete widget). It currently looks up suggestions from Google or Yahoo but you could easily adapt it for your own use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FDK itself requires 3.3 but there's nothing in the autocomplete example that won't work in 3.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 09:17:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auto-suggest-meta-data/m-p/224647#M177777</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2010-05-13T09:17:29Z</dc:date>
    </item>
  </channel>
</rss>

