cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search in AND

dave984
Champ in-the-making
Champ in-the-making
Hi all, referring to this post: http://forums.alfresco.com/forum/end-user-discussions/alfresco-explorer/advanced-search-custom-prope...
In order to make search in AND using all properties typed, i added this code in the web-client-config-custom.xml in Alfresco 4.2.c:

   <config>
      <client>
         <!– set this value to true to enable AND text terms for simple/advanced search by default –>
         <search-and-terms>true</search-and-terms>
      </client>
   </config>


It doesn't work..Does anybody knows the right solution?
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
It should be working may be you are expecting something else. How you come to that conclusion?

dave984
Champ in-the-making
Champ in-the-making
Yes you are right…the confusion came from this: if you search a document through two properties of two different aspects the search will return the document itself even though it has only one aspect…

Thanks!