cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the URL of a saved search?

wahu
Champ in-the-making
Champ in-the-making
Hi,

I would like to search documents in a specific space. The only way to do it is thru advance search.  Then I save the serach criteria to a saved search.

We hope to put the saved search in the MyAlfresco "Getting Started" component for easily access by users. But we don't know how to get the URLs of my saved searches.

Can somebody tell me how to do it? Even hard-coded id in the URL is fine.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Saved searches are stored as content objects in the Data Dictionary/Saved Search/<username> folder.

There isn't a URL to access and run saved searches so if you need this functionality you'll need to write some custom code. Have a look at AdvancedSearchBean for examples of saving/edit saved search objects.