silverstripe-docsviewer/code/controllers
martimiz 58d4f242b0 Fix: Search returns no results for auto-registered modules
Automatic registration sets the version to '' (empty). This breaks the
search as Lucene Search will return an Empty query object if a subquery
has an empty key.

Fix: register the modules as 'current' instead of ''. Setting the
version title to 'current' in DocumentViewer->getVersions() is now no
longer necessary.
2013-01-07 16:41:07 +01:00
..
DocumentationOpenSearchController.php Design tweaks 2012-09-05 21:42:06 +12:00
DocumentationViewer.php Fix: Search returns no results for auto-registered modules 2013-01-07 16:41:07 +01:00