<?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 AND in the fulltextindex simple/advanced search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237488#M190618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i search with AND in the full text index of the simple / advanced search - when i try to search &lt;/SPAN&gt;&lt;STRONG&gt;the search is always done with OR independent if AND is used or not.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Alfresco documentation and help and the Alfresco books speaks from a "Google style query syntax" but when you look to the Google help for search it is defined t&lt;/SPAN&gt;&lt;STRONG&gt;hat the default is not OR but it is AND&lt;/STRONG&gt;&lt;SPAN&gt; and that it is not necessary to add AND …..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;The OR operator&lt;/STRONG&gt;&lt;BR /&gt;Google's default behaviour is to consider all the words in a search. If you want to specifically allow either one of several words, you can use the OR operator (note that you have to type 'OR' in ALL CAPS). For example, [ San Francisco Giants 2004 OR 2005 ] will give you results about either one of these years, whereas [ San Francisco Giants 2004 2005 ] (without the OR) will show pages that include both years on the same page. The symbol | can be substituted for OR. (The AND operator, by the way, is the default, so it is not needed.)&lt;BR /&gt;&lt;A href="http://www.google.com/support/websearch/bin/answer.py?answer=136861" rel="nofollow noopener noreferrer"&gt;http://www.google.com/support/websearch/bin/answer.py?answer=136861&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;STRONG&gt;Is the full text search function of the Alfresco Explorer (simple / advanced search) based on this syntax from the Alfresco documentation ?&lt;/STRONG&gt;&lt;SPAN&gt; or not ? On which syntax is it based ? on this ? &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Which search functions are supported / which are not supported ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;How can i search with AND &lt;/STRONG&gt;&lt;SPAN&gt;like: big AND yellow AND banana ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Is a grouping supported&lt;/STRONG&gt;&lt;SPAN&gt; like (big OR large) AND banana&amp;nbsp; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help - because search is important for such a system…….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 07:47:02 GMT</pubDate>
    <dc:creator>wmay</dc:creator>
    <dc:date>2009-07-22T07:47:02Z</dc:date>
    <item>
      <title>Search AND in the fulltextindex simple/advanced search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237488#M190618</link>
      <description>How can i search with AND in the full text index of the simple / advanced search - when i try to search the search is always done with OR independent if AND is used or not.The Alfresco documentation and help and the Alfresco books speaks from a "Google style query syntax" but when you look to the Go</description>
      <pubDate>Wed, 22 Jul 2009 07:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237488#M190618</guid>
      <dc:creator>wmay</dc:creator>
      <dc:date>2009-07-22T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search AND in the fulltextindex simple/advanced search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237489#M190619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you constructing your own Lucene query string? If so, it would help to explain what your query string looks like.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2009 19:30:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237489#M190619</guid>
      <dc:creator>rliu</dc:creator>
      <dc:date>2009-07-24T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search AND in the fulltextindex simple/advanced search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237490#M190620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime i made some tests an i found following syntax which works for sure with Easy search and advanced search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;"+" before a word and the word must be in the document - multiple words with "+" is the logic AND - but it is not possible to use "AND" only "+" can used.&lt;BR /&gt;"-" before a word and the word should not be in the document - this would be the NOT but "NOT" can not be used.&lt;BR /&gt;a list of words without "+" or "-" means a OR search &lt;BR /&gt;Phrase search is possible with "…… ….." &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone knows if Easy Search or Advanced Search supports additional search functions or are only these basic functions supported ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does nobody uses more advanced search functions with the Alfresco explorer ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 12:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237490#M190620</guid>
      <dc:creator>wmay</dc:creator>
      <dc:date>2009-07-27T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search AND in the fulltextindex simple/advanced search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237491#M190621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need some information on "AND" operation of the advanced search in alfresco explorer. Is it possible to search content using mulitple tags(using AND operation) in explorer? If so, can you tell me how to do it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:55:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-and-in-the-fulltextindex-simple-advanced-search/m-p/237491#M190621</guid>
      <dc:creator>samsam</dc:creator>
      <dc:date>2011-10-13T12:55:44Z</dc:date>
    </item>
  </channel>
</rss>

