On Fri, 2010-01-15 at 13:10 +0100, Benoit Segaert wrote: > Currently the search box in Templating Kit only returns results from Website > repository. > But if you add any link to document from the dms on a page, the search does > not return these documents. > > Anybody already managed this issue? > Can we search on 2 repositories (website and dms) and mixed the results?
Sure, retrieve query manager for each of the repo you want to search and execute the same query on both. You get the collection of content matching the query from each of the queries and you can mix them as you like. The issue usually is that you want to link back to the pages containing the DMS document rather then to the document directly, hence you need some way of identifying from which page is the given DMS doc referenced. This depends on how you make your website which is why this is not done by default. Cheers, Jan > > BenoƮt > > > > > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
