Skip to content

dantuffery/search-terms-dashlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The search terms dashlet has been developed for Alfresco's 2012 dashlet challenge. It shows the search terms that have been executed in Alfresco, along with number of filters that give users control over what search terms are displayed.

For more information see the wiki page: https://github.com/dantuffery/search-terms-dashlet/wiki

Prerequisites

The search terms dashlet uses Solr’s faceting and filter query functionality, so in order for it to work it is required that Solr has been set up as Alfresco's search sub-system.

Maven has been chosen as the build tool for this project, so you will also need to have Maven installed to build the project amps.

Alfresco version

The Search Terms dashlet has been upgraded to work with alfresco-community-4.2.c

Install

Once you have pulled the code from git, navigate to the project’s root folder ‘search-terms-dashlet’ via the command line. There are two sub-folders within the root folder: ‘alfresco’ and ‘share’. To build the ‘alfresco’ and ‘share’ amps run the following maven command:

mvn clean package

If this is the first time you have run maven on your machine it might take a while to download the required jars, so please be patient.

The amp files generated by the Maven build will be created in the projects’ target directory

<PATH-TO-PROJECT>/search-terms-dashlet/alfresco/target/search-terms-dashlet-alfresco-1.0-SNAPSHOT.amp
<PATH-TO-PROJECT>/search-terms-dahslet/share/target/search-terms-dashlet-share-1.0-SNAPSHOT.amp

Place the 'search-terms-dashlet-alfresco-1.0-SNAPSHOT.amp' and 'search-terms-dashlet-share-1.0-SNAPSHOT.amp' files in the amp directories in your Alfresco installation.

<ALFRESCO_HOME>/amps/search-terms-dashlet-alfresco-1.0-SNAPSHOT.amp
<ALFRESCO_HOME>/amps-share/search-terms-dashlet-share-1.0-SNAPSHOT.amp

Run the apply-amps.bat/apply-amps.sh file in your Alfresco installation.

Start Alfresco.

About

The search terms dashlet is an Alfresco user dashlet that shows the search terms that have been executed, along with a number of filters that give users control over what search terms are displayed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors