Web Search Form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 01:34 AM
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
How will I develop or configue in Alfreso?
Please help me regarding this.
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2009 09:29 AM
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.
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.
