<?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: Search for range of numbers on a form in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252885#M206015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a form to search that is similar to my forms for putting in all meta data. If I search for the exact values I putted in I can find everything. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But for the most files I want search them with a range. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I have a field where I put in a Temperature. Now I want to search for a Temperature range from 10 to 20 degrees to find for example a file with the applied temperature of 15 degrees. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My search form looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://s21.postimg.org/4a7tn14qv/Unbenannt.png" rel="nofollow noopener noreferrer"&gt;http://s21.postimg.org/4a7tn14qv/Unbenannt.png&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I have to define the search string in this fields to get result?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want so search for number and date ranges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 11:32:28 GMT</pubDate>
    <dc:creator>d_franz</dc:creator>
    <dc:date>2013-08-23T11:32:28Z</dc:date>
    <item>
      <title>Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252883#M206013</link>
      <description>I have created a form for my individual Aspect. In this Aspect I have created some number fields ("&amp;lt;type&amp;gt;d:int&amp;lt;/type&amp;gt;").Now I want to search for this fields on a range based way. But command such as "0..5" or "[0 TO 5]" doesn't work.Is there anything I have to configure or to install to</description>
      <pubDate>Mon, 26 Nov 2012 09:46:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252883#M206013</guid>
      <dc:creator>d_franz</dc:creator>
      <dc:date>2012-11-26T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252884#M206014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you be more specific about which search syntax you are trying to use, where you are trying to execute the search, and the specific query you are executing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to give you something to compare to, when I drop a bunch of images into the Share document library, I can then successfully find them in the Node Browser using this Alfresco FTS query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@exif\:pixelYDimension:[200 to 900]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The exif&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;ixelYDimension property is defined as type d:int on the exif:exif aspect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax#Ranges" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax#Ranges&lt;/A&gt;&lt;SPAN&gt; for more examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 17:24:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252884#M206014</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-11-28T17:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252885#M206015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a form to search that is similar to my forms for putting in all meta data. If I search for the exact values I putted in I can find everything. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But for the most files I want search them with a range. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I have a field where I put in a Temperature. Now I want to search for a Temperature range from 10 to 20 degrees to find for example a file with the applied temperature of 15 degrees. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My search form looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://s21.postimg.org/4a7tn14qv/Unbenannt.png" rel="nofollow noopener noreferrer"&gt;http://s21.postimg.org/4a7tn14qv/Unbenannt.png&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How I have to define the search string in this fields to get result?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want so search for number and date ranges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:32:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252885#M206015</guid>
      <dc:creator>d_franz</dc:creator>
      <dc:date>2013-08-23T11:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252886#M206016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to define a field in a search form to search a time window on a meta-data propertiy of type "d:datetime"?? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 07:31:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252886#M206016</guid>
      <dc:creator>d_franz</dc:creator>
      <dc:date>2013-09-02T07:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252887#M206017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a form control called daterange.ftl that will allow you to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 08:53:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252887#M206017</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2013-09-02T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search for range of numbers on a form</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252888#M206018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You very much!!! That exactly what I was looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 10:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-range-of-numbers-on-a-form/m-p/252888#M206018</guid>
      <dc:creator>d_franz</dc:creator>
      <dc:date>2013-09-02T10:57:08Z</dc:date>
    </item>
  </channel>
</rss>

