Feature Proposal: Expose twiki store to federated searches
Motivation
Being able crawl the content in our twiki using an external federated search adds value as users can find all content using one search engine
Description and Documentation
Expose twiki store to external federated searches
Examples
Impact
Implementation
--
Contributors: ChristopherThomas - 2010-06-04
Discussion
The existing TWiki::Func API should be sufficient. You can get the list of webs using
TWiki::Func::getListOfWebs, from there use
TWiki::Func::getTopicList, then
TWiki::Func::readTopic. To check for access permission use
TWiki::Func::checkAccessPermission.
--
PeterThoeny - 2010-06-04