cancel
Showing results for 
Search instead for 
Did you mean: 

Web Search Form

sksahu
Champ in-the-making
Champ in-the-making
I want to create a global web Search form(Alfreso Webinterface),where a user can search any document in the space by providing meta data details.The user will be navigate to this search form(Alfreso Webinterface) from struts/java/j2ee application.No other information I want to show for that user except this global search page.

How will I develop or configue in Alfreso?

Please help me regarding this.
Thanks
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You can implement this feature with Alfresco WebScript easily.
You can create all the dinamic queries depending on custom form fields using a Java with a Java-Backed WebScript (Declarative WebScrtips) or using Javascript server side as controller.
In this way you can render the search form and all the results using FreeMarker.

http://wiki.alfresco.com/wiki/Web_Scripts

Hope this helps.