Feature #64

avatar

Advanced search in repository view

Added by Jonas Heylen 685 days ago. Updated 655 days ago.

Status:Resolved Start:03/22/2010
Priority:Normal Due date:
Assigned to:- % Done:

100%

Category:-
Target version:1.0.2 beta1

Description

Hi,

In Alfresco 3.2.0r enterprise Alfresco added the repository document library view which provides a way to browse the full repository similar to the document library in a site. It would be very useful to also have the advanced search enabled on this page. This would allow users to search all files in Alfresco using the Share UI.

On a default installation of Alfresco Share this view is disabled, to enable it add the following configuration section to share-config-custom.xml:

  <!-- Repository Library config section -->
   <config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
      <!--
         Whether the link to the Repository Library appears in the header component or not.
      -->
      <visible>true</visible>

      <!--
         Root nodeRef for top-level folder.
      -->
      <root-node>alfresco://company/home</root-node>

      <!--
         Whether the folder Tree component should enumerate child folders or not.
         This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
      -->
      <tree>
         <evaluate-child-folders>false</evaluate-child-folders>
      </tree>
   </config>

Related forum post: http://www.iptechinside.com/labs/boards/6/topics/show/350

Thanks,
Jonas

History

Updated by Aymen SAYHI 674 days ago

avatar
  • Target version set to 1.0.2 beta1
  • % Done changed from 0 to 60

Updated by Aymen SAYHI 674 days ago

avatar
  • % Done changed from 60 to 100

Updated by Aymen SAYHI 671 days ago

avatar
  • Status changed from New to Resolved

Updated by Aymen SAYHI 655 days ago

avatar

Hi Jonas,

Have you got the 1.0.2-beta1 ? If yes, don't hesitate to give us your feedback.

Regards.

Also available in: Atom PDF