This question about Missing functionality: Answered
My tags appear in the Solr Tag Cloud, but when I click them, I only end up in the normal search dialog which does not find tags specifically. Solr is installed and seems to be working. What am I doing wrong?
--
BirgitNietsch - 07 May 2015
You'll need to solrize the normal
WebSearch using:
$Foswiki::cfg{Plugins}{AutoTemplatePlugin}{ViewTemplateRules} = {
...
'WebSearch' => 'SolrSearchView',
...
};
Then it will be able to handle those links.
--
MichaelDaum - 07 May 2015
It works and the solr result page looks cool. Thank you!
--
BirgitNietsch - 08 May 2015
yay
--
MichaelDaum - 08 May 2015