How to search within a particular folder in alfresco -
i have folders in share shared folder. there way specify share search particular file in particular folder of shared folders?
we've developed solutions can search within folder through advanced search form: http://addons.alfresco.com/addons/alfresco-share-folder-search
it's free download can around how it's done.
in short: in 4.2.e can send param rootnode /slingshot/search repo webscript.
if check client side javascript in share components/search/search.js
there method _buildsearchparams following params send: site={site}&term={term}&tag={tag}&maxresults={maxresults}&sort={sort}&query={query}&repo={repo}&rootnode={rootnode}&pagesize={pagesize}&startindex={startindex}
so fill in rootnode qnamepath or noderef , present results of folder.
Comments
Post a Comment