Yes. In the wiki.getsearch function you can specify a path. For example where the function argument is currently:
change it to:Code:wiki.getsearch('type:wiki OR type:document OR type:image', 10, '-date')
substituting what ever path you desire for MyPath.Code:wiki.getsearch('type:wiki OR type:document OR type:image AND path:MyPath/*', 10, '-date')
Regards,
Mark C.


Reply With Quote