<?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, query syntax? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13219#M5514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We do not directly expose all Lucene search syntax functions in the search text fields within the web-client UI. We believe this would be much too complex for an average user - we are already converting something as simple looking as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;apple +orange&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;into:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;(@\{http\://&lt;A href="http://www.alfresco.org/model/content/1.0\}name:apple*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}name:apple*&lt;/A&gt; +@\{http\://&lt;A href="http://www.alfresco.org/model/content/1.0\}name:orange*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}name:orange*&lt;/A&gt;)&lt;BR /&gt;(TEXT:apple* +TEXT:orange*)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;You would not want to type all that into the search field &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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently we support "+" for AND and "-" for NOT, with no operator being the OR default. You can also configure the search in the web-client to assume AND by default instead of OR if you prefer to see less results when you enter multiple terms. We also support quoted phrases e.g. "apple orange".&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>Tue, 27 Jun 2006 14:28:56 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2006-06-27T14:28:56Z</dc:date>
    <item>
      <title>search, query syntax?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13218#M5513</link>
      <description>Is there a description of the query syntax used for the text search?I found this link:http://lucene.apache.org/java/docs/queryparsersyntax.htmlbut it does not seem to be fully implemented…e.g."word1 +word2"will work, but not:"word1 AND word2"</description>
      <pubDate>Tue, 27 Jun 2006 13:00:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13218#M5513</guid>
      <dc:creator>glux</dc:creator>
      <dc:date>2006-06-27T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: search, query syntax?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13219#M5514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We do not directly expose all Lucene search syntax functions in the search text fields within the web-client UI. We believe this would be much too complex for an average user - we are already converting something as simple looking as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;apple +orange&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;into:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;(@\{http\://&lt;A href="http://www.alfresco.org/model/content/1.0\}name:apple*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}name:apple*&lt;/A&gt; +@\{http\://&lt;A href="http://www.alfresco.org/model/content/1.0\}name:orange*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}name:orange*&lt;/A&gt;)&lt;BR /&gt;(TEXT:apple* +TEXT:orange*)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;You would not want to type all that into the search field &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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently we support "+" for AND and "-" for NOT, with no operator being the OR default. You can also configure the search in the web-client to assume AND by default instead of OR if you prefer to see less results when you enter multiple terms. We also support quoted phrases e.g. "apple orange".&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>Tue, 27 Jun 2006 14:28:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13219#M5514</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-06-27T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: search, query syntax?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13220#M5515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can also configure the search in the web-client to assume AND by default instead of OR if you prefer to see less results when you enter multiple terms. We also support quoted phrases e.g. "apple orange".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I see how to configure the AND by default in web-client-config.xml. Is there a way to express an OR with this setting? I tried with '+' and it did not work… Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 07:45:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13220#M5515</guid>
      <dc:creator>glux</dc:creator>
      <dc:date>2006-06-28T07:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: search, query syntax?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13221#M5516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is not a way to express OR when using this setting, it has been raised as a bug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/jira/browse/AWC-630" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/jira/browse/AWC-630&lt;/A&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, 28 Jun 2006 11:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-query-syntax/m-p/13221#M5516</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-06-28T11:05:40Z</dc:date>
    </item>
  </channel>
</rss>

