cancel
Showing results for 
Search instead for 
Did you mean: 

Using space webdav link for search

jhpe
Champ in-the-making
Champ in-the-making
Hi Everyone.

Right now, I have a Space with documents, If I go to the Space then I click 'More Action' / 'View Details', then I see the details of the Space, then I click 'View in WebDav' and Its open a new window with this URL:
http://localhost:8080/alfresco/webdav/GOBIERNO/Reportes

The question is:
Is there a way to search inside a space using webdav, for example:
http://localhost:8080/alfresco/webdav/GOBIERNO/Reportes?Search=9999

I need to share with other applications the documents inside alfresco, I was thinking in webdav link of the space, but I only want to share specific documents NOT all…
Is there a way to do that? anyone have another idea or solution…?
I really appreciate your help.

Javier Perez
Monterrey, Mexico.
1 REPLY 1

kevinr
Star Contributor
Star Contributor
No you cannot do that. But you could write a simple FreeMarker based Template or WebScript page that provides the results you want. You can pass URL arguments to templates/webscripts (such as the path you want and the search) and perform all the work using the template APIs and display the results. See the examples here:
http://wiki.alfresco.com/wiki/Template_Guide
and
http://wiki.alfresco.com/wiki/Web_Scripts

Hope this helps,

Kevin